Slazzer logo
Slazzer App

All-in-one AI photo editor

Get App

Credit API

Retrieve API credit information with just a single API call

Our API will quickly provide the current status of your API credits, allowing you to easily track your usage and manage your resources.

API Reference

  • Server URL:
    https://api.slazzer.com/v2.0
  • Request Body:
    multipart/form-data
  • Method:
    GET
  • API:
    /account
Parameters Request body
  • api_key

    Type :string

    Required :Yes

    Description :

    Your unique api key

Response

Success

Fetched credit details

{
    "subscription_plan_credits": XXX,
    "topup_plan_credits": XXX,
    "earn_credits": XXX
    "total_credits": XXX
}