The CoLoop API enables data collection platform (DCP) developers to integrate CoLoop’s AI content analysis capabilities into their applications. This guide will help you get started with the API.
CoLoop uses OAuth 2.0 for authentication, supporting both private (server-side) and public (client-side) applications. After completing the OAuth flow, you’ll receive a JWT token to use for API requests.
POST /v1/projects/Content-Type: application/json{ "name": "New Research Project", "description": "Analysis of user interviews", "organization_id": "org_123"}