Overview
This documentation explains how to submit a task and retrieve results from undressme.ai.
Quick Start
- Check TaskType to choose the effect you want
- Generate upload URL: request an
uploadUrlandsourceKeyfor your file - Upload file: PUT the file bytes to the
uploadUrl - Create task: start processing using the
sourceKey(you can reuse the samesourceKey) - Check task status: poll with the
taskIduntil the result is ready
Authentication
All endpoints require authentication:
Authorization: Bearer <API_KEY>
Unauthenticated requests return 401 Authentication required.
Get your API key at https://undressme.ai/account/api .
Rate Limit
When API key rate limiting is enabled, the limit is 10 requests per 2 seconds. Exceeding this returns 429 Rate limit exceeded.
Credit costs
bikini,undress: 3 creditsvideo_*_long: 24 credits- other
video_*: 9 credits
Last updated on