Skip to main content

Maintenance Requests

Use POST /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_name
  • bio
  • username
  • mutation_kind
  • randomized
At least one of display_name, bio, or username must be present.

Idempotency

Idempotency key:
Duplicate requests return the existing process.

Advanced Compatibility Note

The lower-level capability contract also knows about a maintenance capability. Public docs treat POST /maintenance/requests as the canonical maintenance route.

Failure Modes