Credit Balance
Check your current credit balance and account information.
GET
/api/v1/user/creditsRetrieve the current credit balance for your account.
Request Example
curl https://www.quickhome.ai/api/v1/user/credits \
-H "Authorization: Bearer YOUR_API_KEY"Response
Response
200 OK
{
"credits": 50,
"profile": {
"name": "John Doe",
"email": "john@example.com"
}
}Response Fields
| Name | Type | Required | Description |
|---|---|---|---|
credits | number | Required | Current credit balance |
profile | object | Required | Account profile information |
Credit Costs
Typical Credit Usage
- • Exterior Enhancement: 1-2 credits per property
- • Interior Photo (Virtual Staging): 1 credit per image
- • Interior Photo (Declutter): 0.5 credits per image
- • Twilight Conversion: +0.5 credits
Actual costs are calculated when creating an order based on selected enhancements.