API Documentation

Complete reference for the FinStandAI API

Authentication

All API requests require authentication using a JWT token. The token should be included in the Authorization header.

JWT Token

// 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
})

Endpoints

Rate Limits

The API is rate limited to 100 requests per hour per user. Rate limit headers are included in the response:

  • X-RateLimit-Limit: Maximum requests per hour
  • X-RateLimit-Remaining: Remaining requests in the current hour
  • X-RateLimit-Reset: Time when the rate limit resets (Unix timestamp)

SDKs and Libraries

We provide official client libraries for several programming languages:

JavaScript/TypeScript

Official SDK

Python

Official SDK

Java

Official SDK

Ruby

Official SDK

Go

Official SDK

Support

If you have any questions or need assistance with the API, please contact our support team at support@mizanex.com.