Generate Embeddings
POST/api/v2/Embeddings/generate
Generate embeddings for the provided input data.
Request
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
modelId uuidnullable
content string[]nullable
userIdentifier stringnullable
Possible values: <= 256 characters
channel stringnullable
Possible values: <= 100 characters
Body
modelId uuidnullable
content string[]nullable
userIdentifier stringnullable
Possible values: <= 256 characters
channel stringnullable
Possible values: <= 100 characters
Body
modelId uuidnullable
content string[]nullable
userIdentifier stringnullable
Possible values: <= 256 characters
channel stringnullable
Possible values: <= 100 characters
Responses
- 200
- 400
- 401
- 403
- 500
OK
There was a validation error. Please check your request data.
- application/json
- Schema
- Example (from schema)
Schema
message stringnullable
errors
object
nullable
property name* string
{
"message": "string",
"errors": {}
}
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error
Loading...