Skip to main content
PUT
/
v1
/
accounts
Update account
curl --request PUT \
  --url https://api.vidjutsu.ai/v1/accounts \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "handle": "<string>",
  "name": "<string>",
  "bio": "<string>",
  "pfp": "<string>",
  "niche": "<string>",
  "linkInBio": "<string>",
  "tags": [
    {
      "key": "<string>",
      "value": "<string>"
    }
  ]
}
'
{
  "accountId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vidjutsu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string
required

Body

application/json
handle
string
name
string
bio
string
pfp
string
niche
string
tags
object[]

Response

200 - application/json

The request has succeeded.

accountId
string
required
updated
enum<boolean>
required
Available options:
true