The TaskFlow API uses standard HTTP status codes. All error responses follow a consistent format.Documentation Index
Fetch the complete documentation index at: https://writechoice-8439b44d-mintlify-78019799.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Error response format
| Field | Type | Description |
|---|---|---|
error | string | Short error type |
message | string | Human-readable explanation |
HTTP status codes
| Code | Meaning | Common Cause |
|---|---|---|
200 | OK | Request succeeded |
201 | Created | Resource created successfully |
400 | Bad Request | Missing required field or invalid value |
401 | Unauthorized | Missing or invalid API key |
404 | Not Found | Resource does not exist |