Skip to main content
This guide provides instructions for configuring your applications to use Faseeh’s API endpoint.

Main API Endpoint

Faseeh’s API base URL:

How to Use

  1. Use the base URL: All API requests should use https://api.faseeh.ai/api/v1 as the base URL
  2. Include your API key: Add your API key in the x-api-key header for authentication
  3. Set Content-Type: Include Content-Type: application/json header for JSON requests

Direct API Calls

cURL Example