Create Task
Tasks
Create Task
Create a new task and trigger the triage pipeline.
Category and task_type are validated at the schema level (see TaskCreate validators in schemas.py). Invalid values will return a 422 with descriptive error messages before this handler runs.
POST
Create Task
Documentation Index
Fetch the complete documentation index at: https://docs.aitasker.co/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Task category from the taxonomy
Specific task type within category
Required range:
3 <= x <= 300Maximum string length:
200Maximum string length:
5000Required range:
0 <= x <= 1Response
Successful Response