curl --location 'https://gateway.domi-kids.com/domi/providers/tripo/v3/generation/image-to-model' \
--header 'domi-ai-metadata;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"input": "https://example.com/chair.png",
"model": "P1-20260311",
"texture": true,
"pbr": true,
"face_limit": 10000
}'