X Write

Update profile banner

patch/x/profile/banner

Request body

accountstring required

X account (@username or ID) receiving banner from URL

urlstring uri required

HTTPS URL to the banner image to download

Example request

{
  "account": "@elonmusk",
  "url": "https://example.com/banner.png"
}

Response

Success

successtrue required

Example response

{
  "success": true
}

Changes