Skip to main content

Create Bundle (videos_only)

  • Method: POST
  • URL: https://api.tokportal.com/bundles-create-videos-only
  • Auth: X-API-Key

Body:

{
"title": "Videos on existing account",
"bundle_type": "videos_only",
"videos_quantity": 10,
"existing_account_id": "<uuid>",
"external_ref": "ext-xyz",
"wants_editing": false,
"edits_quantity": 0,
"wants_moderation": false,
"wants_niche_warming": false,
"auto_finalize_videos": false
}

Response:

{ "bundle_id": "<uuid>" }

Notes:

  • existing_account_id must belong to the API key owner and have a valid tiktok_url.
  • Country is derived from the saved account.
  • Title is optional. If omitted, it defaults to Video Only Bundle.
  • Allowed videos_quantity: 5,10,25,50,100,500. N slots are pre-created with status pending and per-video price.
  • Do not use bundles-create for videos_only bundles.