# Welcome

Colossyan's API offers a programmable video creation service. It allows you to generate videos at scale. To facilitate this, we provide a **REST API** using standard **JSON** as request and response payload format. This way you can integrate our service into **any technology stack.**

### Features <a href="#features" id="features"></a>

* 💬 Over 600 voices
* 🌐 Over 70 languages
* 👄 Use any actor of your choice
* 👤 Create your own avatars through the API, and use them at your will
* :scales: Generate template videos at a massive scale, easily
* 📹 Everything that you can generate in the Colossyan Studio you can also generate via our API
  * 🖼️ Embedded images
  * :clapper: Embedded videos
  * :notes: Embedded audios
  * :abc: Embedded texts
* :telephone\_receiver: Get notified immediately via a callback mechanism
* :nail\_care: Thanks to our web-based templating and payload exporting options it's incredibly easy to get up-n-running.

### Jump right in

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Getting Started</strong></td><td>Create your first video</td><td></td><td></td><td><a href="getting-started/quickstart">quickstart</a></td></tr><tr><td><strong>Basics</strong></td><td>Learn the basics of our API</td><td></td><td></td><td><a href="basics">basics</a></td></tr></tbody></table>


---

# 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.colossyan.com/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.
