{ "opencollection": "1.0.0", "info": { "name": "Z.AI Agents API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "POST /v1/agents", "type": "http" }, "http": { "method": "POST", "url": "https://api.z.ai/api/v1/agents", "headers": [ { "name": "Accept-Language", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "General Translation: General Translation API provides large model-based multilingual translation services, including general translation, paraphrase translation, two-step translation, and three-pass translation strategies. It supports automatic language detection, glossary customization, translation suggestions, and streaming output. Users only need to call the Translation API, input the text to be processed, specify the source language (auto-detection supported) and target language to receive h" }, { "info": { "name": "POST /v1/agents/async-result", "type": "http" }, "http": { "method": "POST", "url": "https://api.z.ai/api/v1/agents/async-result", "headers": [ { "name": "Accept-Language", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to query the result of an asynchronous request." }, { "info": { "name": "POST /v1/agents/conversation", "type": "http" }, "http": { "method": "POST", "url": "https://api.z.ai/api/v1/agents/conversation", "headers": [ { "name": "Accept-Language", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is used to query the agent conversation history.Only support slides_glm_agent" } ] } ], "bundled": true }