Entrar no app

Referência da API

Integre a geração de imagens da VestiAI. Autentique com Bearer sk_live_ e chame os endpoints REST sob /api/v1.

Base URLhttps://api.vestiai.com.br

Início rápido

Envie 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": ["1a4d7f0c-3e6b-9c2a-5f8d-0b3e6a9c2f5d"], "modelId": "3f7a1c9e-2d4b-5a6f-8e0c-1b2d3f4a5c6e", "backgroundId": "7c2e5a9f-4d6b-8f1a-3c5e-9d0b2f4a6c8e" }'