PerfectParser Docs

Account Overview

Verify your API key and check credit balance with the PerfectParser Account API.

The Account endpoints let you confirm your API key is valid and inspect your credit balance before submitting extraction jobs.


Endpoints

EndpointDescription
Get AccountGET /v1/me — user identity, key metadata, and available credits
Get CreditsGET /v1/credits — detailed credit balance and active purchases

When to use

ScenarioEndpoint
Health check after deploying an integrationGET /v1/me
Pre-flight check before a large batchGET /v1/credits
Display balance in your admin UIEither — GET /v1/me includes credits_available; GET /v1/credits includes purchase breakdown

On this page