Novabench data is available through a REST API; typically on a licensed or partnership basis. Unfortunately, we don't have the capacity to manage API keys for personal projects at this time. Contact us for more information - include a brief description of what you're building.
URL: https://api.novabench.com/v1/
Include your key in a request header: key: [your-api-key]
Endpoints are rate limited. The specific limit varies. If you are seeing 429 Too Many Requests, contact us to discuss your needs.
Our API conforms to the JSON API specification. This spec defines conventions to nicely model different data types, their relationships, and metadata. There's likely a JSON API client in your language.
Full documentation will be provided to API partners