> For the complete documentation index, see [llms.txt](https://docs.ylytic.com/ylytic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ylytic.com/ylytic/rest-apis/api-overview.md).

# API Overview

Following are the APIs that [Ylytic](https://www.ylytic.com/) offers.

### Third-Party API

Get Public data and insights of a creator (with or without Audience demographics) using their Instagram, YouTube, or TikTok handle. Add creator handles before initiating the creator insights request.

{% content-ref url="/pages/7BklXBrcT1aOVNRWHBNp" %}
[Third Party API](/ylytic/rest-apis/api-overview/third-party-api.md)
{% endcontent-ref %}

### Campaign Tracking API

Get post and Campaign-level (aggregated) insights, including Campaign Overview, Engagement, ROI, Audience Demographics, Top Comments, and Sentiment Analysis.

{% content-ref url="/pages/xMHm33f49TXMkNN1mWd4" %}
[Campaign Tracking API](/ylytic/rest-apis/api-overview/campaign-tracking-api.md)
{% endcontent-ref %}

### First Party API

Get Consented data and insights for your first-party connects. Before initiating the insights don't forget to create a verification URL and verify the creator.

{% content-ref url="/pages/AKkkwgyQFxvy4pAi2Xh5" %}
[First Party API](/ylytic/rest-apis/api-overview/first-party-api.md)
{% endcontent-ref %}

### Realtime Tracking API

Utilize the Tracking API to monitor and trace the activities of creators, enhancing your ability to gather valuable insights and data.

{% content-ref url="/pages/uXPAlpTHWw6XkxVqwCJu" %}
[Realtime Tracking API](/ylytic/rest-apis/api-overview/realtime-tracking-api.md)
{% endcontent-ref %}

### Data Refresh

Utilize the Data Refresh API to monitor the activities of a creator (without Audience demographics) using their Instagram or YouTube handle.

{% content-ref url="/pages/FOkDOxHMWSI9JyxQ0IwR" %}
[Data Refresh API](/ylytic/rest-apis/api-overview/data-refresh-api.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ylytic.com/ylytic/rest-apis/api-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
