Developer API

Generate API keys to programmatically interact with the EntreQube platform.

Create New Key

A Team plan is required

API access is included on the Team plan. Upgrade to generate keys and start calling the API.

Active API Keys

You don't have any active API keys.

Quick Start

Base URL:

https://entreqube.com/api/v1/public

Authentication:

Pass your API key in the headers.

x-api-key: eq_...

Rate Limits:

By default, you are limited to 60 requests per minute.

Example Request:

curl -X GET \
  'https://entreqube.com/api/v1/public/problems?limit=50' \
  -H 'x-api-key: YOUR_KEY'

Query Params:

limit — max results to return. Default 10, max 50. No pagination beyond the max yet.