# Welcome

Welcome to the **Creative API documentation** — built for developers who want to power image and video transformations used on [nudify.me](https://www.nudify.me).

Our vision is to fulfill human desires by using cutting-edge technology to transform photos and videos into realistic nudes. Our journey began with a simple idea - to create a tool that seamlessly combines advanced artificial intelligence with an intuitive, user-friendly design. Today, we are proud to be realizing this vision.

### 🔑 API Key

All endpoints require an API key. You can get one after creating an account [here](https://www.deepixels.co/). Include it in the `x-api-key` header for every request.

### ⌛ File Expiry

⚠️ **Note:** All media files from each job (including input and result URLs) are temporary and will only be available for **1 hour** after creation. Please download and store them if needed.

### 💳 **Need credits?**

You can purchase API credits [here](https://www.deepixels.co/).

### 🛠️ Support

Need help? Contact us at <me@nudify.me>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nudify.me/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
