API Information
- Base URL:
https://api.coloop.ai - Current Version: v1
- API Documentation: Complete OpenAPI documentation available at https://api.coloop.ai/docs
- API Status: https://status.coloop.ai
https://api.coloop.ai/v1/
Authentication
CoLoop supports API keys and OAuth 2.0. Choose the method that matches your integration.API keys
Use an API key for an integration, script, or local tool tied to one CoLoop organization. Create and manage the key, then send it in thex-api-key header:
OAuth 2.0
Use OAuth 2.0 when your application authenticates individual CoLoop users. After completing the OAuth flow, send the access token as a Bearer token:Find your organization ID
Some API requests require the ID of the organization you want to work with. You can copy it from CoLoop:- Select your organization from the workspace switcher.
- Open the organization settings, then select API keys.
- Find Organization ID, then click Copy.
Core Resources
Projects
Projects are the main organizational unit in CoLoop. They contain resources (like transcripts and media) that you want to analyze.List Projects
Create Project
Resources
Resources are the actual content you want to analyze. The API supports several types of resources:- Transcripts
- Media files
- Combined transcript and media
- Research activities with responses
Add Resource to Project
Common Patterns
Resource Types
The API supports different types of analysis content:-
Interview Transcripts
- Structured conversation data
- Speaker identification
- Timestamped speech turns
-
Research Activities
- Multi-respondent studies
- Task-based responses
- Mixed media support (text, audio, video, images)
-
Media Files
- Audio recordings
- Video content
- Images with captions
Storage Considerations
- Projects can specify a
storageRegion(us, uk, eu) - Media files require a two-step process:
- Create resource and receive upload URLs
- Upload media to provided URLs
Support
During the Alpha phase, contact the CoLoop team for:- OAuth application setup
- API access questions
- Integration support
- Feature requests
Next Steps
- Set up your OAuth application with CoLoop
- Create your first project
- Add some resources for analysis
- Explore the detailed API documentation at https://api.coloop.ai/docs/

