How do I use the API?
Create a key in your account, under API, and send it in the Authorization: Bearer header. Exchanges are JSON both ways.
Three endpoints:
POST /api/v1/lots: submit a batch (name, engines, drip, URL list);GET /api/v1/lots/{id}: read a batch status, URL by URL;GET /api/v1/credits: read the balance.
Limits: 60 requests per minute and 10,000 URLs per batch.
A leaked key is revoked from the same page, and you create another one right after.