public_url
asset_id
Authorization: Bearer ********************
curl --location 'https://api.seedance.show/v1/uploads/images' \ --header 'Authorization: Bearer <token>' \ --form 'file=@""'
{ "ok": true, "data": { "object_key": "temp/user-1/reference_image/1775830000000/00000001-hero-frame.png", "public_url": "https://uploads.seedance.show/seed2-uploads/temp/user-1/reference_image/1775830000000/00000001-hero-frame.png", "expires_at_ms": 1775830000000, "content_type": "image/png" } }