Available Actions
uploadvideoscommentsanalytics
Input Schema
{
"type": "object",
"required": [
"video_url"
],
"properties": {
"caption": {
"type": "string"
},
"video_url": {
"type": "string"
}
}
}Output Schema
{
"type": "object",
"properties": {
"video_id": {
"type": "string"
},
"share_url": {
"type": "string"
}
}
}Quick Start
API Endpoint
POST /api/execute/tiktokcURL Example
curl -X POST \
https://api.nulayers.com/execute/tiktok \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "upload"}'