This is an archived forum post. The information may be outdated. Contact us if you have any questions.

API functionality

ironsoup wrote on 2014-08-26:
Dear PDFcrowd,

Love the service, really fills a great niche in the web production world.

Quick question, does the current PDFCrowd API support (or would you ever consider supporting) the ability for us to ping the API to get the status of our account?

For example I'd love to be able to add to my current PDF script the ability to display the remaining token count in my publish notification emails.

That's all, cheers!
support wrote on 2014-08-27:
Hello,

You can use the numTokens API function. A PHP example:
$num_remaining_tokens = $client->numTokens();