{ "opencollection": "1.0.0", "info": { "name": "OpenAI Assistants Embeddings API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Embeddings", "type": "folder" }, "items": [ { "info": { "name": "OpenAI Creates an embedding vector representing the input text.", "type": "http" }, "http": { "method": "POST", "url": "https://api.openai.com/v1/embeddings", "body": { "type": "json", "data": "{}" } }, "docs": "OpenAI Creates an embedding vector representing the input text." } ] } ], "bundled": true }