FREQUENTLY ASKED QUESTIONS

Got Questions? We Got Answers.

Learn how to utilize jaky.dev endpoints, manage your quota, and integrate our APIs seamlessly.

1

How do I obtain my jaky.dev API Key?

Simply click 'Launch Playground' and sign in using your Google or GitHub account. Your unique 10-digit API key (starting with 'jK') will be automatically generated and bound to your account permanently.

2

Can I regenerate my API key?

No. For consistent security and stable integration bindings, keys are permanent and cannot be regenerated once created.

3

What is the daily rate limit quota?

Every registered user receives a default quota of 100 requests per calendar day under the General Tier with lifetime access, and up to 200,000 requests per day for VIP and Enterprise tiers.

4

How do I pass my API key in requests?

You can pass your API key either as a header (x-jaky-key: jK... or Authorization: Bearer jK...) or as a query parameter (?apikey=jK...).

5

Are the endpoints hosted on api.jaky.dev?

Yes. All production REST API endpoints are hosted under https://api.jaky.dev and routed globally through high-speed edge compute nodes.

6

What response format is returned?

All endpoints return standard JSON responses with predictable envelopes containing status (boolean), code (number), latency (string), and result (data object).

Ready to test our endpoints?

Launch the playground sandbox and test requests live directly from your browser.