{ "opencollection": "1.0.0", "info": { "name": "dottxt Platform Chat API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create Chat Completion", "type": "http" }, "http": { "method": "POST", "url": "https://api.dottxt.ai/v1/chat/completions", "body": { "type": "json", "data": "{}" } }, "docs": "Generate a model response from a message array, with support for token streaming, JSON Patch streaming, structured output via `response_format`, and tool calling. OpenAI Chat Completions compatible." } ] } ], "bundled": true }