{ "opencollection": "1.0.0", "info": { "name": "Literal AI GraphQL API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "GraphQL", "type": "folder" }, "items": [ { "info": { "name": "Execute a GraphQL query or mutation.", "type": "http" }, "http": { "method": "POST", "url": "https://cloud.getliteral.ai/api/graphql", "body": { "type": "json", "data": "{}" } }, "docs": "Single GraphQL endpoint for all Literal AI operations - threads, steps, generations, datasets, experiments, prompts, and scores. The request body carries a GraphQL document and an optional variables object; responses follow the standard GraphQL { data, errors } envelope." } ] } ], "bundled": true }