# API

- [Setup](https://docs.fivemerr.com/api/readme-1.md): To access the API, you need to create an API token by signing up for an account at Fivemerr.
- [Images](https://docs.fivemerr.com/api/images.md): To upload an image to the Image API, send a POST request to the API endpoint.
- [Audio](https://docs.fivemerr.com/api/audio.md): To upload an audio to the Audio API, send a POST request to the API endpoint.
- [Video](https://docs.fivemerr.com/api/video.md): To upload a video to the Video API, send a POST request to the API endpoint.
- [Logs](https://docs.fivemerr.com/api/logs.md): To create a log using the Logs API, send a POST request to the API endpoint.


---

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