# Million Memes

{% hint style="warning" %}
Features aren't implemented yet. Next release will come soon !
{% endhint %}

## Get a Random Meme Image for Million Token

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes/random`

Will send a different random meme picture on each request.

#### Query Parameters

| Name   | Type    | Description                                                               |
| ------ | ------- | ------------------------------------------------------------------------- |
| format | string  | Chose the format you want: png, jpeg, gif, mp4, webm                      |
| ratio  | string  | <p>Get a picture that have specific w/h ratio <br>1-16, 3-4, 3-2, 1-1</p> |
| width  | integer | Get a Picture that have this exact width, or nearest.                     |
| height | integer | Get a Picture that have this exact height, or nearest.                    |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get the meme images List

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes`

#### Query Parameters

| Name  | Type   | Description                                                |
| ----- | ------ | ---------------------------------------------------------- |
| limit | string | <p>Limit the number of rows to get.<br>Default is 100.</p> |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get the meme image by ID

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes/:id`

Return the meme image by ID.

#### Path Parameters

| Name | Type   | Description               |
| ---- | ------ | ------------------------- |
| id   | string | Get the meme image by id. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Get the meme image by Slug

<mark style="color:blue;">`GET`</mark> `https://api.millioncloud.org/memes/:slug`

#### Path Parameters

| Name | Type   | Description                 |
| ---- | ------ | --------------------------- |
| slug | string | Get the meme image by slug. |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}


---

# 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.millioncloud.org/public-api/million-memes.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.
