{ "opencollection": "1.0.0", "info": { "name": "Martian Gateway Chat Completions Messages API", "version": "1.0" }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Create a routed message (Anthropic-compatible)", "type": "http" }, "http": { "method": "POST", "url": "https://api.withmartian.com/v1/messages", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Anthropic Messages-compatible endpoint. Supports most parameters of the Anthropic Messages API and routes the request through the Martian Gateway. The model is specified as a provider/model-name string." } ] } ], "bundled": true }