API Documentation
Introduction
Getting started with the Hystruct API
The Hystruct API gives developers a way to interact with the most common use-cases. It is still in development, so please bare with us whilst we add more functionality.
Base API URL
The following is our production API URL
https://api.hystruct.com
Authentication
All API requests must be authenticated using your API key. You can find your API key in the dashboard by clicking on your profile picture at the top right, and then clicking settings, and then clicking API Keys.
"headers": {
"x-api-key": "YOUR-HYSTRUCT-API-KEY"
}
Multiple keys
We don’t currently support multiple API keys, but please reach out to us if this would be of use.
Rate limiting
We currently have a rate limit of 100 requests per minute. If you find this is not enough, please reach out to us.