mistral-openapi-client 0.1.0

Our Chat Completion and Embeddings APIs specification. Create your account on [La Plateforme](https://console.mistral.ai) to get access and read the [docs](https://docs.mistral.ai) to learn how to use it.
Documentation
# \EmbeddingsApi

All URIs are relative to *https://api.mistral.ai*

Method | HTTP request | Description
------------- | ------------- | -------------
[**embeddings_v1_embeddings_post**]EmbeddingsApi.md#embeddings_v1_embeddings_post | **POST** /v1/embeddings | Embeddings



## embeddings_v1_embeddings_post

> models::EmbeddingResponse embeddings_v1_embeddings_post(embedding_request)
Embeddings

Embeddings

### Parameters


Name | Type | Description  | Required | Notes
------------- | ------------- | ------------- | ------------- | -------------
**embedding_request** | [**EmbeddingRequest**]EmbeddingRequest.md |  | [required] |

### Return type

[**models::EmbeddingResponse**](EmbeddingResponse.md)

### Authorization

[ApiKey](../README.md#ApiKey)

### HTTP request headers

- **Content-Type**: application/json
- **Accept**: application/json

[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)