> ## Documentation Index
> Fetch the complete documentation index at: https://platform.monica.im/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Monica API Platform Documentation

export const SupportCardGroup = () => <CardGroup cols={2}>

  <Card title="FAQ" icon="circle-question" href="/en/faq">
    See frequently asked questions about api, account and billing questions.
  </Card>

  <Card title="Contact us" icon="envelope" href={CONTACT_URL}>
    Can't find the API you are looking for or having any question? Contact us now.
  </Card>

</CardGroup>;

export const SaftyWarning = () => <Warning>
  Please note that attempting to bypass our content safety restrictions to generate
  sexual, violent or other harmful content may result in a permanent ban on your account.
  </Warning>;

export const DASHBOARD_URL = 'https://platform.monica.im/dashboard';

export const CONTACT_URL = 'https://monica.im/feedback?platform=openapi';

**Monica API Platform** (also known as **Monica Open API**) is a unified API platform that integrates AI APIs for chat, image generation, image processing and more.

<Note>Looking to chat with Monica? Visit [monica.im](https://monica.im)!</Note>

<SaftyWarning />

## Get Started

<CardGroup cols={1}>
  <Card title="Quickstart" icon="book" href="/en/quickstart">
    Learn the essentials and make your first API call in minutes.
  </Card>
</CardGroup>

## Can't find the API you need?

<CardGroup cols={1}>
  <Card title="Request an API" icon="hand" href={CONTACT_URL + '&issueType=feature_request'}>
    Tell us what you need and we'll get back to you.
  </Card>
</CardGroup>

## Support

<SupportCardGroup />
