Loading...
Loading...
Complete API documentation for integrating with Astralis platform
RESTful API with comprehensive endpoints for all platform features
Standard HTTP methods and JSON responses
JWT authentication and encrypted communications
Full CRUD operations for all resources
JWT token from authentication
Authorization: Bearer <token>Authorization: Bearer eyJhbGciOiJIUzI1NiIs...Automatic session handling
Cookie: next-auth.session-token=...Handled automatically by browserFor webhook signature verification
X-API-Key: <key>X-API-Key: sk-abcd1234/api/auth/signinAuthenticate user with email/password
/api/auth/signupCreate new user account
/api/auth/sessionGet current session information
Request successful
Resource created successfully
Invalid request parameters
Authentication required
Insufficient permissions
Resource not found
Rate limit exceeded
Server error
API rate limits to ensure fair usage and system stability
X-RateLimit-Limit: Total requests allowedX-RateLimit-Remaining: Requests remainingX-RateLimit-Reset: Time until resetRetry-After: Seconds to wait when limitedOfficial and community-maintained libraries for popular languages
Official SDK
Community SDK
Community SDK
Community SDK
Start building with the Astralis API
Need help with API integration? Check our integration guides or contact our developer support team.