Integre a geração de imagens da VestiAI. Autentique com Bearer sk_live_ e chame os endpoints REST sob /api/v1.
https://api.vestiai.com.brEnvie uma roupa e gere uma imagem. Use Idempotency-Key para retries seguros.
curl -X POST https://api.vestiai.com.br/api/v1/generations \
-H "Authorization: Bearer sk_live_e72...a169" \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{ "clothingUploadIds": [123], "modelId": 4, "backgroundId": 2 }'