v1
latestOpenAPI 3.0.32026-07-2691139249.7 KBtext_generator
Create Text Generator task
High-performance text generation endpoint on the async Starlette service. Authenticates via API token (X-API-KEY + X-API-ID).
Supports two modes:
- Sync (sync: true): blocks until generation completes, returns the result directly.
- Async (default): returns immediately with pending status. Poll GET /api/text_generator/{id}/ or use a webhook.
post/sse/text_generator/
Request body
Response
Text generation result or pending task.