API Docs

v1.0.0Latest
Security

Authentication

Secure your API requests with API token authentication and industry-standard security practices.

API Keys
All API requests must include a valid API key in the Authorization header.

Header Format

x-api-key: YOUR_API_KEY

Example Request

curl -X GET "https://api.gateway.walee.ai/api/ask/ig/hashtag/feed" \\
  -H "x-api-key: gw_2cdb6088a985cbffbb04bfd172bd27185c76a49c440a"
Error Response
Authentication error responses
401Unauthorized
{
  "success": false,
  "message": "Invalid api key provided"
  "payload": {}
}