curl --location '/openapi/v1/tasks/v1tiqu' \
--header 'X-Idempotency-Key;' \
--header 'x-api-key: {{api_key}}' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"imageUrl": "https://example.com/input.png",
"productType": "general",
"ratio": "1:1",
"backgroundMode": "transparent",
"mattingMode": "通用抠图"
},
"callback_url": "https://client.example.com/pod/callback",
"metadata": {
"external_order_id": "order-20260601-0001"
}
}'