Herodotus Cloud Services home page
Search...
⌘K
Support
Console
Console
Search...
Navigation
Documentation
Atlantic
Data Processor
Data Processor Server
Storage Proofs
Data Structure Indexer
Data Processor (Legacy)
Atlantic (Legacy)
HDP Server API
Introduction
Create task
Task status
API Reference
POST
Schedule a new task
GET
Get task status
On this page
HDP Server API
Base URL
Authentication
Rate Limiting
Response Format
HDP Server API
Introduction
HDP Server API
The HDP Server API provides endpoints for scheduling Data Processor tasks to Herodotus Atlantic.
Base URL
Copy
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:
Copy
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.
Create task
Assistant
Responses are generated using AI and may contain mistakes.