Skip to main content
POST

Overview

This endpoint analyzes a social media account by scraping their profile, videos, and generating analytics. The analysis includes engagement metrics, content keywords, popular hashtags, and more.

Request Body

string
required
The account username (without the @ symbol). Will be normalized automatically.
string
required
The platform to analyze:
  • tiktok: Analyze a TikTok account
  • youtube: Analyze a YouTube account

Response

boolean
Indicates if the request was successful
string
Status message
object

Error Handling

If the account has already been analyzed, you’ll receive a 400 error. Use the Refresh Account endpoint to update existing accounts.
If the username doesn’t exist on the platform:
Analysis may consume API credits depending on the depth of data scraped.

Authorizations

x-api-key
string
header
required

Body

application/json
username
string
required
platform
enum<string>
required
Available options:
tiktok,
youtube

Response

201

Account analyzed successfully