cURL
curl --request POST \ --url https://api.dev.knowmio.com/api/embed/many \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "values": [ "<string>" ], "organizationId": "<string>", "maxParallelCalls": 3 } '
{ "embeddings": [ [ 123 ] ], "usage": { "tokens": 123 } }
Generate embedding vectors for multiple texts in parallel
API key for authentication (lowercase header name)
Texts to embed
Organization ID - Required when using API Key authentication. Optional with session authentication (defaults to session's active organization).
Maximum parallel API calls
1 <= x <= 10
Embeddings generated successfully
Show child attributes