POST
/
embed
/

Headers

Authorization
string | null
index-id
string | null

filter by organization

Body

application/json
input
string
required

The input data to be processed.

input_type
enum<string> | null
default: text

The type of input data. Can be text, base64, or url.

Available options:
text,
base64,
url
modality
enum<string> | null
default: text

The modality of the input data.

Available options:
video,
image
model_id
enum<string> | null
default: multimodal-v1

The model to be used for processing.

Available options:
vuse-generic-v1,
multimodal-v1,
image-embed-v1

Response

200 - application/json
embedding
number[]
required

The embedding of the processed data.

elapsed_time
number | null

The time taken to process the data.