Skip to content

create

Request

Security
ApiKeyAuth
Bodyapplication/json
dataobjectrequired
curl -i -X POST \
  https://llm-api.treasuredata.com/api/plazma_query_tools \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "data": {
      "type": "plazmaQueryTools",
      "attributes": {
        "projectId": "00000000-0000-0000-0000-000000000001",
        "name": "Minimal Plazma Tool",
        "maxRows": 75,
        "timeoutSeconds": 120
      }
    }
  }'

Responses

creates a new PlazmaQueryTool with minimal parameters (uses defaults)

Bodyapplication/vnd.api+json
dataobjectrequired
Response
{ "data": { "id": "00000000-0000-0000-0000-000000000001", "type": "plazmaQueryTools", "links": {}, "attributes": {} } }