Generate Text Embedding
Generate embedding for text
Generates embeddings for text in the same latent space as video, so that it is possible to perform text-to-video searches by embedding the text and comparing it to the video embeddings.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The text to embed. Max length 300 characters
Example:
"People walking on the street"
Response
200
application/json
Successful Response
The embedding of the text, a list of 512 floats
Was this page helpful?