Task Management
Get Task Status
- Query the execution status and result of an asynchronous task
- Real-time status updates and progress tracking
- Retrieve generation results when tasks are completed
- Multi-language support (zh/en/ko/ja)
GET
Documentation Index
Fetch the complete documentation index at: https://docs.apimart.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
All API endpoints require Bearer Token authenticationGet your API Key:Visit the API Key Management Page to get your API KeyAdd it to the request header:
Path parameters
Task ID returned by the generation API
Query parameters
Language for response content, supports the following values:
zh- Chineseen- Englishko- Koreanja- Japanese
Response
Unique task identifier
Task status values:
pending- Queued for processingprocessing- In progresscompleted- Finished successfullyfailed- Failedcancelled- Cancelled by user
Task progress percentage (0–100)
Task result, returned only when status is
completedTask creation timestamp
Task completion timestamp (only present when completed)
Estimated completion time in seconds
Actual completion time in seconds (only present when completed)
Error details (only present when status is
failed)