Backend API
cURL
curl --request POST \ --url https://api.wacht.dev/ai/actor-projects/{project_id}/board/items \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "title": "<string>", "description": "<string>", "status": "<string>", "priority": "<string>" } '
{ "id": "<string>", "board_id": "<string>", "task_key": "<string>", "title": "<string>", "description": "<string>", "status": "<string>", "priority": "<string>", "assigned_thread_id": "<string>", "metadata": {}, "completed_at": "2023-11-07T05:31:56Z", "archived_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Created board item
Was this page helpful?