Skip to main content

Configure Account

  • Method: POST
  • URL: https://api.tokportal.com/account-configure
  • Auth: X-API-Key

Body:

{
"bundle_id": "<uuid>",
"requested_username": "brand_name",
"visible_name": "Brand Name",
"biography": "Your bio",
"profile_picture_url": "https://example.com/pfp.jpg",
"niche_warming_instructions": null
}

Response:

{ "account_listing_id": "<uuid>" }

Example:

curl -i -X POST -H "X-API-Key: $API_KEY" -H "Content-Type: application/json" \
-d '{"bundle_id":"'$BUNDLE_ID'","requested_username":"frbrand_av2","visible_name":"FR Brand AV 2","biography":"Bio","profile_picture_url":"https://example.com/pfp.png"}' \
https://api.tokportal.com/account-configure

Notes:

  • profile_picture_url must meet the 06-media-requirements.md (public, direct, stable ≥ 30 days; otherwise no refund and a new slot may be required).
  • For videos_only, the account listing is auto-filled with price 0 (you cannot configure a new account there).
  • Validation errors bubble from RPC (e.g. missing fields, invalid state).