Authentication
The request sent to Horay.ai must include anAuthorization header.
The header must include a valid Bearer Token and be encoded as JSON with the “Content-Type: application/json” header.
A sample header should look like this:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
The header must include a valid Bearer Token and be encoded as JSON with the “Content-Type: application/json” header.
A sample header should look like this:
authorization: Bearer <API_KEY>