Back to Tools

TikTok

Social

TikTok API for business accounts. Upload videos, manage comments, and access analytics.

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/tiktok

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/tiktok \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "upload"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.