Create sync embeddings
Authentication
Request
The type of content for the embeddings.
Values:
audio: Creates embeddings for an audio filevideo: Creates embeddings for a video fileimage: Creates embeddings for an image filetext: Creates embeddings for text inputtext_image: Creates embeddings for text and an imagemulti_input: Creates a single embedding from up to 10 images. You can optionally include text to provide context. To reference specific images in your text, use placeholders in the following format:<@name>, wherenamematches thenamefield of a media source
The video understanding model to use. Value: “marengo3.0”.
This field is required if the input_type parameter is text.
This field is required if the input_type parameter is image.
This field is required if the input_type parameter is text_image.
This field is required if the input_type parameter is audio.
This field is required if the input_type parameter is video.
This field is required if the input_type parameter is multi_input.
Response
Successful request; normal operation
Metadata for the media input. Available for image, text_image, audio, video, and multi_input inputs.