Skip to main content
POST
/
v1
/
subscribe
Create subscription
curl --request POST \
  --url https://api.vidjutsu.ai/v1/subscribe \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>"
}
'
{
  "url": "<string>",
  "claimToken": "<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
email
string
required

Response

200 - application/json

The request has succeeded.

url
string
required
claimToken
string
required