# API Platform

Qolaba is a powerful AI-driven platform for media transformation. Our REST-based API provides a straightforward path to leverage AI models and creative channels. With predictable URLs and JSON-based communication, the Qolaba API is easy to use and navigate.

### Getting Started

1. **Sign Up**: Create an account on the [Qolaba API platform.](https://platform.qolaba.ai/).
2. **Obtain API Key**: Generate an API key to authenticate your requests. You can find the "Create New Key" option on the platform.
3. **Test the APIs**: Qolaba offers free credits for you to explore the platform's capabilities.

<figure><img src="/files/nbcmuB7OeIdsZBdRTSBG" alt=""><figcaption></figcaption></figure>

* **Try the APIs**: After obtaining your API key, you can use the Qolaba API documentation platform to test the available endpoints.
* **Purchase Credits**: For extended usage, you can purchase additional credits on the Qolaba platform.
* **Track Usage**: Each API call will result in a deduction of credits. You can find the details of your usage in the platform's usage section.

<figure><img src="/files/D8PAuQ1w1AoIe6gFoENT" alt=""><figcaption></figcaption></figure>

For detailed information on the available APIs, request parameters, and response schemas, please refer to the subsequent pages of this documentation.


---

# 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.qolaba.ai/api-platform.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.
