LowCodeAPI
122 APIs
  • Embeddings(1)
    • POST
      Create embeddings
POST
POST
https://api.lowcodeapi.com/openai/v1/embeddings
Request Payload

The payload will be sent as a application/json as a part of the request body.

Payload
inputarray*
Input text to embed, encoded as a string or array of tokens
modelstring
ID of the model to use
encoding_formatstring
The format to return the embeddings in. Can be either float or base64.
dimensionsnumber
The number of dimensions the resulting output embeddings should have. Only supported in text-embedding-3 and later models
userstring
A unique identifier representing your end-user, which can help OpenAI to monitor and detect abuse.
Response
API response data will be shown here once the request is completed.
OpenAI