Text Embeddings

POST/api/v2/text-embedding-3-small/embed
sync ≈ 1 credit per video (transcript + captions + notes).

Create embedding vectors for semantic search across transcript, captions and notes.

Request body

texts
Sign in to run the playground

Request example

curl -X POST "https://influencerstudio.com/api/v2/text-embedding-3-small/embed" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Output

Run the model to see results

Real outputs will stream into this panel as the request completes.