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": [123], "modelId": 4, "backgroundId": 2 }'