- https://llm-api.treasuredata.comhttps://llm-api.treasuredata.com/api/projects
- https://llm-api.eu01.treasuredata.comhttps://llm-api.eu01.treasuredata.com/api/projects
- https://llm-api.ap02.treasuredata.comhttps://llm-api.ap02.treasuredata.com/api/projects
- https://llm-api.treasuredata.co.jphttps://llm-api.treasuredata.co.jp/api/projects
curl -i -X POST \
https://llm-api.treasuredata.com/api/projects \
-H 'Authorization: TD1 <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"data": {
"type": "projects",
"attributes": {
"name": "workflow_project",
"description": "project with workflow executor",
"useRuntimeTextResource": true,
"useWorkflowExecutor": true
}
}
}'Response
{ "data": { "id": "00000000-0000-0000-0000-000000000001", "type": "projects", "links": { … }, "attributes": { … } } }