Skip to Content
Overview

Overview

This documentation explains how to submit a task and retrieve results from undressme.ai.

Quick Start

  1. Check TaskType to choose the effect you want
  2. Generate upload URL: request an uploadUrl and sourceKey for your file
  3. Upload file: PUT the file bytes to the uploadUrl
  4. Create task: start processing using the sourceKey (you can reuse the same sourceKey)
  5. Check task status: poll with the taskId until 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 credits
  • video_*_long: 24 credits
  • other video_*: 9 credits
Last updated on