Skip to main content
POST
Create Embedding

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Corresponds to the arguments for OpenAI client.embeddings.create(...).

model
string
required
input
required
encoding_format
enum<string> | null
Available options:
float,
base64

Response

Successful Response