# Welcome!

## Welcome to MOJO AI API

Welcome to MOJO AI API! Here you'll find all the documentation you need to get up and running with the MOJO AI API.

## Key concepts

### API Key

Your secret API keys are listed below. Please note that we do not display your secret API keys again after you generate them. Do not share your API key with others.

### Infinity Art

Infinity Art represents Mojo AI's text-to-image Version 5, embodying an ever-evolving platform where new art styles continuously emerge. It's a realm without artistic limitations, continuously expanding its repertoire of styles. This perpetual innovation is why it's coined "Infinity Art," signifying boundless possibilities in the realm of artistic expression.

### Style

The Image Generation API necessitates an input in the form of an art style name.

### Prompt

Image description

## Want to jump right in?

Are you enthusiastic and ready to dive in? Access the quick start documentation to initiate your first request and begin your journey with us

{% content-ref url="api-key" %}
[api-key](https://api-docs.mojo.vn/api-key)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring our MOJO AI API reference to get an idea of everything that's possible with the MOJO AI API:

{% content-ref url="reference/api-reference" %}
[api-reference](https://api-docs.mojo.vn/reference/api-reference)
{% endcontent-ref %}


---

# 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://api-docs.mojo.vn/welcome.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.
