Skip to main content

Welcome

Welcome to the Recoup API documentation. Recoup is an AI agent platform for the music industry that provides artist analytics, fan segmentation, and AI-powered chat assistants. Build smarter song rollouts, create unforgettable fan experiences, and drive lasting artist growth.

View OpenAPI Specification

View the OpenAPI specification file on GitHub

Base URL

All API requests should be made to:
https://api.recoupable.com/api

Authentication

All API endpoints are authenticated using an API key passed in the x-api-key header.

Getting Your API Key

  1. Navigate to the API Keys Management Page
  2. Sign in with your account
  3. Create a new API key and copy it immediately (it’s only shown once)

Using Your API Key

Include your API key in the x-api-key header for all requests:
curl -X GET "https://api.recoupable.com/api/artists?accountId=YOUR_ACCOUNT_ID" \
  -H "Content-Type: application/json" \
  -H "x-api-key: YOUR_API_KEY"
Keep your API key secure. Do not share it publicly or commit it to version control.

Next Steps