# 3rd Party APIs Guide

## 3rd Party APIs:

* [Imgur](/using-tautulli/3rd-party-apis-guide.md#imgur)
* [Cloudinary](/using-tautulli/3rd-party-apis-guide.md#cloudinary)
* [MaxMind](/using-tautulli/3rd-party-apis-guide.md#maxmind)

## [Imgur](/using-tautulli/3rd-party-apis-guide.md) <a href="#imgur" id="imgur"></a>

1. Sign up for an [Imgur account](https://imgur.com/register). Make sure to verify the account.
2. Register a [new application](https://api.imgur.com/oauth2/addclient).
3. Enter an **Application Name**, **Email**, **Description**, and select the option "*OAuth 2 authorization without a callback URL*", then click "*Submit*".
4. Copy the **Client ID** and fill in the Tautulli setting.

## [Cloudinary](/using-tautulli/3rd-party-apis-guide.md) <a href="#cloudinary" id="cloudinary"></a>

1. Sign up for a [Cloudinary account](https://cloudinary.com/users/register/free). Make sure to verify the account.
2. From the Cloudinary dashboard, copy the **Cloud Name**, **API Key**, and **API Secret** and fill in the Tautulli settings.

## [MaxMind](/using-tautulli/3rd-party-apis-guide.md) <a href="#maxmind" id="maxmind"></a>

Note: The GeoLite2 database is not required for Tautulli v2.2.3 and above. Geolocation lookup is done via Plex.tv.

Legacy instructions for pre-v2.2.3 1. Sign up for a \[MaxMind account]\(<https://www.maxmind.com/en/geolite2/signup>). Make sure to verify the account. 1. Go to your \*Account\*, then \*Services\* > \*My License Key\* in the side menu, then click "\*Generate New License Key\*". 1. Enter a \*\*License key description\*\*, and select "\*No\*" for "\*Will this key be used for GeoIP Update?\*", then click "\*Confirm\*". 1. Copy the \*License Key\* and fill in the Tautulli setting.


---

# 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.tautulli.com/using-tautulli/3rd-party-apis-guide.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.
