Developer API
Build with the Extasy API
Powerful REST API for seamless integration. Access profiles, links, and analytics programmatically.
17 Endpoints
< 50ms
TLS 1.3
Quick Start
1
Get your API Key
Create an API key in your dashboard under Settings → API Access.
2
Make a Request
Use your key to authenticate requests to our API.
3
Build Something
Integrate Extasy data into your apps, websites, or tools.
Base URL
All API requests should be made to:
api.extasy.asiaAuthentication
All API requests require authentication via Bearer token. Include your API key in the Authorization header.
Authorization: Bearer ezx_your_api_keyKeep your key secure
Never expose your API key in client-side code. Use environment variables.
Endpoints
Rate Limits
API requests are rate limited based on your subscription tier.
Free1,000 per hour
Pro5,000 per hour
Creator10,000 per hour
Error Codes
The API uses standard HTTP status codes to indicate success or failure.
400Bad Request - Invalid parameters or malformed request401Unauthorized - Invalid or missing API key403Forbidden - Insufficient permissions for this action404Not Found - The requested resource doesn't exist429Too Many Requests - Rate limit exceeded500Server Error - Something went wrong on our endSDKs & Libraries
Official libraries to get started faster.
TypeScript
Coming Soon
Python
Coming Soon
Go
Coming Soon