Getting Started
Get up and running with Ender API in just a few minutes.
Quick Setup
Get started with Ender in four simple steps:
Create an Account
Sign up at ender.black to create your free account. You'll receive 100 free credits to get started immediately.
Get Your API Key
Your API key is automatically generated when you sign up. Find it in your dashboard under Account Settings.
Explore the Modules
You're ready to use Ender's powerful modules:
Understanding the API
Base URL
All API endpoints use the following base URL:
Response Format
All responses follow a consistent format:
Success Response:
Error Response:
Best Practices
For best results, follow these recommendations:
- Check your credits before running batch operations
- Use your own proxies when possible to reduce costs
- Handle errors gracefully — errors don't cost credits
- Monitor your usage through the dashboard
Rate Limits
Rate limits are based on your subscription plan:
| Plan | Requests/Minute |
|---|---|
| Free | 50 |
| Lite | 100 |
| Basic | 150 |
| Premium | 300 |
| Black | 300 |
Exceeding rate limits returns a 429 Too Many Requests response. Implement
exponential backoff in your applications.
Next Steps
Now that you're set up, explore our modules:
- Learn about Authentication in detail
- Understand the Credits System
- Start using Card Checkers