Developer Application API
Submit applications for BotShield developer access through the API endpoint. This is the first step to integrating BotShield into your platform.BotShield access is provisioned through a developer application process. You can also apply via the web form at botshield.ai/pricing.
Endpoint
Authentication
No authentication required. This is a public endpoint for developer applications.Request
Headers
Body Parameters
Company or project name
Full name of the applicant
Role of the applicant. Must be one of:
Engineer, Founder, Agency, Platform Team, OtherEmail address (must be valid email format)
Phone number (optional)
Website or product URL (must be valid URL format)
Intended use case. Must be one of:
Checkout, Ticketing, Signup, OtherEstimated monthly verification volume. Must be one of:
<10k, 10k-100k, 100k+Whether to opt-in to marketing communications (default: false)
Example Request
Response
Success Response
Always
true on successful submissionError Response
Error message describing what went wrong
Status Codes
| Code | Description |
|---|---|
| 200 | Success — Application submitted |
| 400 | Bad Request — Missing or invalid required fields |
| 500 | Internal Server Error — Check error message for details |
What Happens After Submission
- All applications are reviewed manually by the BotShield team
- You will be contacted if approved (typically within 24-48 hours)
- Upon approval, you receive your API key and integration documentation
- This endpoint does not provide immediate API access
Related
- Request Developer Access — Use the web form
- Quick Start — Integration guide (after approval)
- Deployment Options — Available deployment tiers