API Reference

Integrate Rally into your existing workflows with our REST API.

Coming Soon
API Access

We're building a REST API for programmatic access to Rally. Join the waitlist to get early access.

Planned Endpoints

Here's what we're building. Feedback welcome!

GET
/videos
List curated videos with scores and generated comments
GET
/videos/:id
Get detailed analysis and comments for a specific video
POST
/videos/:id/approve
Mark a video and comment as approved for posting
GET
/brand
Retrieve your brand profile and settings
PATCH
/brand
Update brand voice, keywords, or exclusions

Webhooks

Get notified when new opportunities are found.

video.curated

Fired when a new video is analyzed and ready for review

video.high_priority

Fired when a video scores 9+ and needs immediate attention

comment.approved

Fired when you approve a comment (for logging/analytics)

Rate Limits

Free tier: 100 requests/hour

Pro tier: 1,000 requests/hour

Enterprise: Custom limits

Authentication

API requests use Bearer token authentication.

curl -X GET https://api.rally.app/v1/videos \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"