Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.otark.com/llms.txt

Use this file to discover all available pages before exploring further.

The Otark API provides programmatic access to the Otark platform, enabling you to discover and manage green energy offers and demands.

Base URL

https://api.otark.com/v1
All requests must use HTTPS. Responses are returned in JSON format.

Authentication

All requests must include the X-Api-Key header:
curl -X GET "https://api.otark.com/v1/assets" \
-H "X-Api-Key: YOUR_API_KEY"
API keys can be generated in your account settings. Store your key securely — it grants access to your Otark account.

Getting Started

  1. Obtain an API key from your account settings.
  2. Browse assets by calling GET /v1/assets.
  3. Browse demands by calling GET /v1/demands.
See Authentication and Pagination for details on API key usage and paginating through results.

Support

If you have any questions or need further assistance, contact us at support@otark.com.