BrightShotBrightShot API
Account

Get account info

Returns your account information and remaining credits.

GET
/api/v1/me
AuthorizationBearer <token>

API key in format: bs_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

In: header

Response Body

application/json

application/json

curl -X GET "https://api.bright-shot.com/api/v1/me"
{
  "user_id": "550e8400-e29b-41d4-a716-446655440000",
  "email": "user@example.com",
  "subscription": "pro",
  "credits_remaining": 150
}
{
  "error": "Invalid API key"
}