Complete reference for the FinStandAI API
All API requests require authentication using a JWT token. The token should be included in the Authorization header.
// Example request with JWT token
fetch('https://api-gatway-mazan.onrender.com//gateway/service1', {
headers: {
'Authorization': 'Bearer YOUR_JWT_TOKEN',
'Content-Type': 'multipart/form-data'
},
body: formData
})
The API is rate limited to 100 requests per hour per user. Rate limit headers are included in the response:
We provide official client libraries for several programming languages:
Official SDK
Official SDK
Official SDK
Official SDK
Official SDK
If you have any questions or need assistance with the API, please contact our support team at support@mizanex.com.