For the complete documentation index, see llms.txt. This page is also available as Markdown.

Credits

GET /credits

This endpoint lets you get the available credits on your account.

Headers

Header
Type
Description

Authorization

string

Bearer token.

Response

{
    "status": "success",
    "credits": 2.95,
    "email": "helloworld@gmail.com"
}
{
  "status": "error",
  "message": "User not found"
}
{
  "status": "error",
  "message": "Failed to fetch credits"
}

Last updated