Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.herodotus.cloud/llms.txt

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

Herodotus Data Processor Server Banner
Have a look at the Data Processor API AI Skill to give your LLM a head start on using the HDP Server API.

HDP Server API

The HDP Server API provides endpoints for scheduling Data Processor tasks to Herodotus Atlantic.

Base URL

https://staging.hdp.api.herodotus.cloud

Authentication

All API requests require authentication using an API key. Include your Herodotus Cloud API key in the request headers:
X-API-KEY: your-herodotus-cloud-api-key-here
You can obtain an API key from the Herodotus Console.

Rate Limiting

The API implements rate limiting to ensure fair usage. Please contact support for specific rate limit information.

Response Format

All responses are returned in JSON format. Successful responses will have a 2xx status code, while errors will have appropriate 4xx or 5xx status codes with error details in the response body.