You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/openapi.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -455,7 +455,7 @@
455
455
},
456
456
"/api/artists": {
457
457
"get": {
458
-
"description": "Retrieve artists accessible to the authenticated account. The account is derived from the API key or Bearer token. When org_id is omitted, returns only the account's own artists. Pass org_id to view artists in a specific organization. Pass account_id to filter to a specific account the API key has access to.",
458
+
"description": "Retrieve artists. Artists can have socials. Artists can create songs and content.",
Copy file name to clipboardExpand all lines: authentication.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Copy your API key immediately — it is only shown once. Keys are stored as a se
35
35
Pass your key in the `x-api-key` header:
36
36
37
37
```bash
38
-
curl -X GET "https://api.recoupable.com/api/tasks" \
38
+
curl -X GET "https://recoup-api.vercel.app/api/tasks" \
39
39
-H "x-api-key: YOUR_API_KEY"
40
40
```
41
41
@@ -57,7 +57,7 @@ Org membership is determined by the account's [organizations](/api-reference/org
57
57
If you're building a frontend application that authenticates users via [Privy](https://privy.io), you can pass the user's Privy JWT as a Bearer token instead of an API key.
58
58
59
59
```bash
60
-
curl -X GET "https://api.recoupable.com/api/tasks" \
60
+
curl -X GET "https://recoup-api.vercel.app/api/tasks" \
Copy file name to clipboardExpand all lines: index.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: "Use the Recoup API to build your record label. Access research, co
5
5
6
6
# Welcome to the Recoup API
7
7
8
-
Use the Recoup API to build your record label. Access artist analytics, fan segmentation, AI-powered chat, content creation, and task automation to power your music business.
8
+
Use the Recoup API to build your record label. Generate content, Access artist analytics, Manage catalogs, Team chats, and task automation to power your record labels.
9
9
10
10
## What is Recoup?
11
11
@@ -67,7 +67,7 @@ Keep your API key secure. Do not share it publicly or commit it to version contr
67
67
68
68
## API Sections
69
69
70
-
The API is organized into five main sections. Use these links to jump to the right area.
70
+
The API is organized into six main sections. Use these links to jump to the right area.
71
71
72
72
<CardGroupcols={2}>
73
73
<Card
@@ -89,7 +89,7 @@ The API is organized into five main sections. Use these links to jump to the rig
89
89
icon="comments"
90
90
href="/api-reference/chat/chats"
91
91
>
92
-
AI-powered conversations with artist context. Create, stream, and generate messages. Copy messages, delete trailing messages, and manage chat history.
92
+
Conversations with artist context. Create, stream, and generate messages. Copy messages, delete trailing messages, and manage chat history.
93
93
</Card>
94
94
<Card
95
95
title="Social Media"
@@ -122,7 +122,7 @@ The API is organized into five main sections. Use these links to jump to the rig
122
122
icon="robot"
123
123
href="/content-agent"
124
124
>
125
-
AI content creation agent accessible via Slack. Generates images, videos, and captions for artists automatically.
125
+
Content creation agent accessible via Slack. Generates images, videos, and captions for artists automatically.
126
126
</Card>
127
127
<Card
128
128
title="Authentication"
@@ -137,10 +137,10 @@ The API is organized into five main sections. Use these links to jump to the rig
137
137
138
138
If you are an LLM navigating these docs, here is a summary of the endpoint structure:
0 commit comments