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

Body

application/json
platform
enum<string>
required
Available options:
instagram
name
string
required
handle
string
bio
string
pfp
string
niche
string
tags
object[]

Response

201 - application/json

The request has succeeded and a new resource has been created as a result.

id
string
required
status
enum<string>
required
Available options:
draft
creditsCharged
enum<number>
required
Available options:
0