# Content Items (API)

You can retrieve specific content items available to your account by making the following **GET** request:&#x20;

```
https://content-api.mobivate.com/v1/<account_id>/item/<code>
```

### Parameters

| Parameter   | Description                                                                    |
| ----------- | ------------------------------------------------------------------------------ |
| account\_id | Your unique Mobivate account id, for example: `0000d000a000d000c000e0f000b00`. |
| code        | Your unique content code. For example: `1234567`.                              |

### Successful Response

```json
{
  category: "Content Category",
  uploaded: "2008-06-16 14:43:38",
  file_preview: "https://content.mobivate.com/file/preview/1234567/<random code>",
  supplierID: "21",
  artist: "Content Artist",
  title: "Content Type",
  CODE: "1234567",
  adult: "No",
  short_description: "",
  type: "Content Type",
  compatibility: "None"
}
```

{% hint style="info" %}
**Please note:** You should fetch any **file\_preview** items available for download and store them locally as it's usually fastest possible option for the website to load.
{% endhint %}


---

# 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://wiki.mobivate.com/api-message-paramaters/content-api-restful/content-items-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.
