Maintenance Requests
UsePOST /maintenance/requests to create a maintenance process targeted at a specific account. Omit platform for the default TikTok path, or set "platform": "instagram" for Instagram profile maintenance.
When To Use It
Use this endpoint when you need account maintenance work such as profile editing. This is the recommended public maintenance entrypoint.Current Supported Step
The current implementation supports one maintenance action:edit_profile
Request Example
Accepted Response
Request Fields
inputs.steps[]
Supported
edit_profile.params fields:
display_namebiousernamemutation_kindrandomized
display_name, bio, or username must be present.
Idempotency
Idempotency key:Advanced Compatibility Note
The lower-level capability contract also knows about amaintenance capability. Public docs treat POST /maintenance/requests as the canonical maintenance route.