{ "opencollection": "1.0.0", "info": { "name": "Shapes Chat API", "version": "1.0" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create a chat completion with a Shape", "type": "http" }, "http": { "method": "POST", "url": "https://api.shapes.inc/v1/chat/completions", "headers": [ { "name": "X-User-Id", "value": "" }, { "name": "X-Channel-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "OpenAI-compatible chat completion. The `model` field selects the Shape as `shapesinc/`. Supports text plus a single `image_url` or `audio_url` content part. Streaming, system messages, message history, and parameter control (e.g. temperature) are not supported; personality and settings come from the Shape's shapes.inc configuration." } ] } ], "bundled": true }