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
Submit sentiment for a model

Getting started

  1. 1

    Create an API key

    Copy it immediately. The plaintext value is only shown once.

  2. 2

    Follow the quickstart

    Send your first request with curl, JavaScript, or Python.

  3. 3

    Read the full reference

    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 opinions

Authentication

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.