Skip to main content
GET
/
v1
/
info
API info
curl --request GET \
  --url https://api.vidjutsu.ai/v1/info \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "version": "<string>",
  "endpoints": {},
  "auth": "<unknown>",
  "credits": {
    "accounts.create": 123,
    "posts.create": 123,
    "watch": 123,
    "extract": 123,
    "transcribe": 123,
    "check": 123
  }
}

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.

Response

200 - application/json

The request has succeeded.

name
string
required
version
string
required
endpoints
object
required
auth
any
required
credits
object
required