Credits Endpoints

Get Credits

Endpoint:
GET /api/v1/credits

Retrieve the current credit balance for your account.


Authentication

All requests require an API key.
Include your API key in the Authorization header as a Bearer token:

Authorization: Bearer YOUR_API_KEY

Response

  • 200 OK: Returns the current credit balance.
{
  "userId": "some_uuid",
  "credits": 100
}

For more help, contact info@rotateproduct.com.

Previous
Get Generated Video