Tiktok API operations
GET/quest/api/fetch/tiktok
Tiktok API operations
Request
Query Parameters
operation string
Possible values: [profile
, video
]
Operation to perform
title string
Video title to search for
Responses
- 200
- default
TikTok data
- application/json
- Schema
- Example (from schema)
Schema
data object
message string
{
"data": {},
"message": "string"
}
Unexpected error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error string
{
"error": "string"
}
{
"error": "An unexpected error occured"
}
Loading...