API
APIDocumentation
Complete API documentation for Azelify. This page is under construction.
https://azelify.com/api/reels/discoverApi Endpoint Discover Desc
/api/reels/analyzeApi Endpoint Analyze Desc
/api/reels/historyReturns your paginated calculation history. Supports ?page=, ?limit=, and ?type= query parameters.
/api/reels/exportExports a saved calculation result as PDF or CSV. Pass the calculation ID and desired format.
/api/reels/usageReturns your current usage statistics and remaining quota for the billing period.
/api/generation/createApi Endpoint Generation Create Desc
/api/generation/historyApi Endpoint Generation History Desc
/api/customer/profileReturns the authenticated user's profile information.
/api/users/delete-accountPermanently deletes the authenticated user's account and all associated data.
/api/users/export-dataDownloads all personal data for the authenticated user as a JSON file (GDPR Article 20 — right to data portability).
/api/users/object-to-processingRecords the user's objection to marketing or analytics processing (GDPR Article 21 — right to object). Pass { processingType: 'marketing' | 'analytics' | 'all' }.
- 401 Unauthorized — Missing or invalid token
- 403 Forbidden — Insufficient subscription tier
- 429 Too Many Requests — Rate limit exceeded
- 500 Internal Server Error — Unexpected server error