Skip to Content
DevelopersAPI ReferenceOverview

API Reference

Conventions

  • Base URL https://api.competlab.com, every route under /v1.
  • Authentication — a CL-API-Key header on every request (see Authentication).
  • Responses — a single resource returns { item }; a collection returns { items } with a pagination object where applicable.
  • Errors{ error: { code, message, status } }, where code is a machine-readable snake_case string.

Resources

OpenAPI

This reference is generated from the live OpenAPI document, public at https://api.competlab.com/v1/docs/openapi.json (interactive Swagger UI at https://api.competlab.com/v1/docs).

Prefer to explore in the browser? The interactive API explorer  runs this same spec — send real requests and read the responses, then come back here for the full field and error reference.

Last updated on