Third Party API

Get Public data and insights (with or without Audience demographics) of a creator using their Instagram, YouTube or TikTok handle.

POST - Add Creator handles

This API is used for adding creators to the dashboard.

curl --location 'https://app.ylytic.com/ylytic/admin/api/v1/creators' \
--header 'Authorization: Bearer {{auth_header}}' \
--data-raw '{
    "handles": ["https://www.instagram.com/minimuffin8888/",
                 "https://www.youtube.com/@beerbiceps", 
                 "https://www.tiktok.com/@selenagomez"]
}'

payload

ATTRIBUTES
DESCRIPTION
SAMPLE DATA

handles

The handle of the creator which will be added to the dashboard.

["https://www.instagram.com/minimuffin8888/"]

Output (JSON)
{
  "status": "success"
}

PUT - Initiate Audience Demographics

This API is used for initiating the audience demographics.

payload

ATTRIBUTES
DESCRIPTION
SAMPLE DATA

handle

The handle of the creator which will be added to the dashboard.

"minimuffin8888"

connector

Platform name on which the creator posts the content.

"instagram"

Output (JSON)

GET - Get Instagram Creator Insights

Get insights from creator's Instagram handle.

Output (JSON)

GET - Get YouTube Creator Insights

Get insights from creator's YouTube handle.

GET - Get TikTok Creator Insights

Get insights from creator's TikTok handle.

Last updated