Skip to main content

API Key Authentication

All Crawleo API requests require authentication using your API key.

Getting Your API Key

1

Create an Account

Sign up at crawleo.dev/login.
2

Choose a Plan

Subscribe to a plan at crawleo.dev/pricing.
3

Copy Your Key

Access your API key from the dashboard.

Using Your API Key

Include your API key in one of the following headers — both methods are equivalent:

Example Requests

Security Best Practices

Never expose your API key in client-side code or public repositories.
Store your API key in environment variables rather than hardcoding it:
Make API calls from your backend server, not from browser-based JavaScript. Client-side requests would expose your API key to anyone inspecting the page source.
Periodically rotate your API keys, especially if you suspect they may have been compromised. You can regenerate keys from the dashboard.

Error Responses

When authentication fails, you’ll receive one of these error responses:

Credits & Pricing

Learn about credit costs, plans, and rate limits.

API Reference

See the full API documentation.
Last modified on April 7, 2026