Accounts
Create Account
Create a new TikTok or Instagram account on a specific phone
POST
Path Parameters
string
required
The ID of the phone to create the account on.One account per platform per phone: Each phone supports one TikTok account and one Instagram account. Attempting to create a second account on the same platform will return an error.
Request Body
string
required
The platform to create an account on. Either
tiktok or instagram.string
required
The display name for the account (e.g., “John Smith”).
string
The desired username. If not provided, one will be auto-generated.Note: TikTok usernames can only be set after Day 5 of warmup.
string
required
Password for the account.Requirements: Minimum 8 characters, must include at least 1 uppercase letter, 1 lowercase letter, 1 number, and 1 special character (
!, @, #, $, %, etc.).string
Account bio/description.
array
Array of keywords to use for content discovery during warmup (e.g.,
["fashion", "style", "outfit"]).Optional: If not provided, platform-appropriate trending keywords will be used automatically.string
URL of the profile picture to use. Must be a publicly accessible image URL.Requirements: Image must have a 1:1 aspect ratio (square). Non-square images will return an error.
Response
string
Unique identifier for the account.
string
The platform (
tiktok or instagram).string
The account’s display name.
string
The account’s username (may be null for new TikTok accounts).
string
Current status:
awaiting_creation, created_pending_warmup, warming_up, or ready.string
ISO 8601 timestamp of when the account was created.
Account Creation Process
- Account Setup (a few hours): TikTok/Instagram account is created on the phone
- Status Update: Account status changes from
created_pending_warmuptowarming_up - Warmup (7 days): Gradual engagement ramp-up to avoid platform restrictions
TikTok Username Restriction: New TikTok accounts cannot set a custom username until Day 5 of warmup. The
username field will be null until then.Error Responses
Username Already Taken
Account Limit Reached
Invalid Profile Picture Ratio
Invalid Profile Picture URL
Missing Required Fields
Invalid Platform
Account Already Exists
Phone Not Found
Invalid Password