Accounts
Create Account
Create a new TikTok or Instagram account on a specific phone
POST
Path Parameters
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
The platform to create an account on. Either
tiktok or instagram.The display name for the account (e.g., “John Smith”).
The desired username. If not provided, one will be auto-generated.Note: TikTok usernames can only be set after Day 5 of warmup.
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.).Account bio/description.
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.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
Unique identifier for the account.
The platform (
tiktok or instagram).The account’s display name.
The account’s username (may be null for new TikTok accounts).
Current status:
awaiting_creation, created_pending_warmup, warming_up, or ready.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