7. Get credits
GET /credits
This GET endpoint returns the current number of credits available on your account. Credits are consumed per page processed, where 1 credit = 1 page.
Server URL
https://api.extracta.ai/api/v1Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Responses
{
"status": "ok",
"credits": 50 // pages
}Last updated
Was this helpful?