Teracrowd Developers

Public API

Teracrowd provides a public, read-only API for agents and developers to discover Tera product details and service status. No API key is required for version 1.

Start at /api/v1, or read the machine-readable OpenAPI specification.

Quickstart

curl https://teracrowd.com/api/v1/product

Responses are JSON. Errors include a stable code, a plain-language message, and a hint that explains the next step.

Versioning and deprecation

The API uses URL versions. Version 1 is available under /api/v1. A future incompatible version will use a new path, such as /api/v2.

Teracrowd will give at least 90 days' notice before removing a public API version. During that period, affected responses will include Deprecation and Sunset headers.

Rate limits

Public API requests are limited to 120 requests per minute per IP address. Every response includes RateLimit and RateLimit-Policy headers. A 429 response also includes Retry-After.

Support

For product access, private integrations, or webhook needs, contact [email protected].