Authorization
code/data/message
task_id
Authorization: Bearer ********************
curl --location 'https://gateway.domi-kids.com/domi/providers/tripo/v3/files' \ --header 'domi-ai-metadata;' \ --header 'Authorization: Bearer <token>' \ --form 'file=@"(binary)"'
{ "code": 0, "data": { "file_token": "file_abc123" } }