Colabra REST API
  • Introduction
  • Authentication
  • Rate limits
  • Status and error codes
  • Resources
    • Comments
    • Events
    • Tasks
    • Projects
Powered by GitBook
On this page

Introduction

NextAuthentication

Last updated 2 months ago

The Colabra API lets you build internal integrations that programmatically access and create projects, experiments, comments, activity events, and other resources.

The Colabra API is organized around . Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The Colabra API doesn’t support bulk updates. You can work on only one object per request.

Base URL
https://api.colabra.ai
REST