Documentation Index
Fetch the complete documentation index at: https://docs.withgiga.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
The WithGiga API uses API keys to authenticate requests. You can view and manage your API keys in the WithGiga Dashboard.Using the API Key
Every request to the API must include your API key in theAuthorization HTTP header.
Example Request
Optional Headers
X-Client-Id(Optional): If you are building an application with multiple users, you can pass a client identifier to attribute usage logs to specific tenants.
Unauthorized Requests
Requests that lack valid credentials or contain revoked keys will return a401 Unauthorized error.