{ "opencollection": "1.0.0", "info": { "name": "dottxt batches embeddings API", "version": "1.0.0" }, "items": [ { "info": { "name": "embeddings", "type": "folder" }, "items": [ { "info": { "name": "Create embeddings", "type": "http" }, "http": { "method": "POST", "url": "https://api.dottxt.ai/v1/embeddings", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates embedding vectors representing the input text.\n\nInput can be a single string or an array of strings. Each input produces one embedding vector in the response." } ] } ], "bundled": true }