# Quickstart

Congratulations, you’re on your way to using Vidau API to build something awesome! We offer a range of APIs to suit your needs. Whether you’re looking for a simple AI script to generate avatars, or a more comprehensive solution for end-to-end video generation from a link, we’ve got you covered.

### Prerequisite

Our API is available to Business Plan users and Enterprise Plan users. Once you subscribe Business Plan or Enterprise Plan, you can follow [Get your API key](https://document.vidau.ai/vidauai-api/getting-started/quickstart/authentication) to start testing right away.

<br>


---

# 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://document.vidau.ai/vidauai-api/getting-started/quickstart.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.
