Agent BrainsAgent Brains
APIDocument Structuring

Start structuring task

Starts an asynchronous Document Structuring task and returns a task ID.

POST
/structuring/tasks
x-api-key<token>

Preferred authentication header.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://api.agent-brains.com/structuring/tasks" \  -H "Content-Type: application/json" \  -d '{    "source": "string"  }'
{
  "taskId": "string"
}
Empty