{ "input": { "imageUrl": "https://example.com/input.png" }, "callback_url": "https://client.example.com/pod/callback", "metadata": { "external_order_id": "order-20260601-0001" } }
curl --location '/openapi/v1/tasks/icrop' \ --header 'X-Idempotency-Key;' \ --header 'x-api-key: {{api_key}}' \ --header 'Content-Type: application/json' \ --data '{ "input": { "imageUrl": "https://example.com/input.png" }, "callback_url": "https://client.example.com/pod/callback", "metadata": { "external_order_id": "order-20260601-0001" } }'
{ "code": "0", "message": "ok", "data": { "task_id": "30df558c-6f94-4c4e-b976-d60569fe595d", "status": "CREATED", "capability_code": "idetect", "request_id": "string" } }