> For the complete documentation index, see [llms.txt](https://docs.tryonlabs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryonlabs.ai/readme.md).

# TryOn AI API Documentation

Welcome to the TryOn AI API Playground!

Explore our APIs and easily integrate them into your applications. You can also visit our UI to test and experience our AI models quickly.

{% hint style="info" %}
We offer you 5 free credits. Each credit allows you to:

* Do one virtual try-on
* Reimagine an image
* Generate one outfit
* Generate a caption for a single outfit

Please send an email to us at <contact@tryonlabs.ai> to get more credits.
{% endhint %}

### TryOn AI APIs

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td align="center"><a href="/pages/02RoscERjZUbgFA7H7cf"><strong>Authentication</strong></a></td><td></td><td></td></tr><tr><td></td><td align="center"><a href="/pages/6sGEk9gzcpLZjxv4Zw2X"><strong>Virtual Try-On</strong></a></td><td></td><td><a href="/pages/6sGEk9gzcpLZjxv4Zw2X">/pages/6sGEk9gzcpLZjxv4Zw2X</a></td></tr><tr><td></td><td align="center"><a href="/pages/WHLfpCvzZlX5f11PprRp"><strong>Modal Swap</strong></a></td><td></td><td><a href="/pages/WHLfpCvzZlX5f11PprRp">/pages/WHLfpCvzZlX5f11PprRp</a></td></tr><tr><td></td><td align="center"><a href="/pages/32fhLKL6vW795x8SigpH"><strong>Outfit Generation</strong></a></td><td></td><td></td></tr><tr><td></td><td align="center"><a href="/pages/HGA7xD1fR4MrYBrOJgtU"><strong>Outfit Captioning</strong></a></td><td></td><td></td></tr></tbody></table>

### Try Our UI Playground

<table data-view="cards"><thead><tr><th align="center"></th><th align="center"></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"></td><td align="center"><a href="https://playground.tryonlabs.ai/tryonai"><strong>Virtual Try-On UI</strong></a></td><td></td><td><a href="/files/dqdcYPGNhTJW7zy1P6Eb">/files/dqdcYPGNhTJW7zy1P6Eb</a></td><td><a href="https://playground.tryonlabs.ai">https://playground.tryonlabs.ai</a></td></tr><tr><td align="center"></td><td align="center"><a href="https://playground.tryonlabs.ai/reimagineai"><strong>Reimagine UI</strong></a></td><td></td><td><a href="/files/EKCE7VkwtwOcXoSLhVam">/files/EKCE7VkwtwOcXoSLhVam</a></td><td><a href="https://playground.tryonlabs.ai/">https://playground.tryonlabs.ai/</a></td></tr><tr><td align="center"></td><td align="center"><a href="https://playground.tryonlabs.ai/outfitai#"><strong>Outfit Generation UI</strong></a></td><td></td><td><a href="/files/vv3h0hBTYIRabr8F97XV">/files/vv3h0hBTYIRabr8F97XV</a></td><td></td></tr><tr><td align="center"></td><td align="center"><a href="https://playground.tryonlabs.ai/outfitcaptionai"><strong>Outfit Captioning UI</strong></a></td><td></td><td><a href="/files/6mqKkzMxsArhlcAGxXGz">/files/6mqKkzMxsArhlcAGxXGz</a></td><td></td></tr></tbody></table>

### Coming Soon...

<table data-view="cards"><thead><tr><th></th><th align="center"></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td align="center"><strong>Fashion Model Generation</strong></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tryonlabs.ai/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
