API documentation
Submit AI model sentiment from your scripts, bots, and tooling using the Vibetracker API.
Quick reference
Base URL
https://vibetracker.app
Auth
Bearer API key
Content type
application/json
Available endpoints
POST/api/v1/opinions
Getting started
- 1
Copy it immediately. The plaintext value is only shown once.
- 2
Send your first request with curl, JavaScript, or Python.
- 3
Headers, request fields, response shape, errors, and behavior details.
Command-line interface
Prefer working in the terminal? The vibetracker-cli package lets you authenticate, submit opinions, and add context without leaving your shell.
vtclivibetracker-cli
Install, authenticate, and submit opinionsAuthentication
Every request requires a Bearer token in the Authorization header. Invalid, revoked, or expired keys return 401.
API keys are user-scoped. Each key inherits the permissions of the account that created it.