diff --git a/api-reference/openapi.json b/api-reference/openapi.json index 2393a65..ac64a21 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -455,7 +455,7 @@ }, "/api/artists": { "get": { - "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.", + "description": "Retrieve artists. Artists can have socials. Artists can create songs and content.", "parameters": [ { "name": "account_id", diff --git a/authentication.mdx b/authentication.mdx index c3f5019..c25d42f 100644 --- a/authentication.mdx +++ b/authentication.mdx @@ -35,7 +35,7 @@ Copy your API key immediately — it is only shown once. Keys are stored as a se Pass your key in the `x-api-key` header: ```bash -curl -X GET "https://api.recoupable.com/api/tasks" \ +curl -X GET "https://recoup-api.vercel.app/api/tasks" \ -H "x-api-key: YOUR_API_KEY" ``` @@ -57,7 +57,7 @@ Org membership is determined by the account's [organizations](/api-reference/org 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. ```bash -curl -X GET "https://api.recoupable.com/api/tasks" \ +curl -X GET "https://recoup-api.vercel.app/api/tasks" \ -H "Authorization: Bearer YOUR_PRIVY_JWT" ``` diff --git a/docs.json b/docs.json index 119390f..7fa83a6 100644 --- a/docs.json +++ b/docs.json @@ -139,14 +139,6 @@ { "tab": "Content", "groups": [ - { - "group": "Posts & Comments", - "pages": [ - "api-reference/posts/get", - "api-reference/post/comments", - "api-reference/comments/get" - ] - }, { "group": "Content Creation", "pages": [ @@ -163,6 +155,14 @@ "api-reference/content/estimate" ] }, + { + "group": "Posts & Comments", + "pages": [ + "api-reference/posts/get", + "api-reference/post/comments", + "api-reference/comments/get" + ] + }, { "group": "Content Agent", "pages": [ diff --git a/index.mdx b/index.mdx index 7d6fef4..8290ccb 100644 --- a/index.mdx +++ b/index.mdx @@ -5,7 +5,7 @@ description: "Use the Recoup API to build your record label. Access research, co # Welcome to the Recoup API -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. +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. ## What is Recoup? @@ -67,7 +67,7 @@ Keep your API key secure. Do not share it publicly or commit it to version contr ## API Sections -The API is organized into five main sections. Use these links to jump to the right area. +The API is organized into six main sections. Use these links to jump to the right area. - AI-powered conversations with artist context. Create, stream, and generate messages. Copy messages, delete trailing messages, and manage chat history. + Conversations with artist context. Create, stream, and generate messages. Copy messages, delete trailing messages, and manage chat history. - AI content creation agent accessible via Slack. Generates images, videos, and captions for artists automatically. + Content creation agent accessible via Slack. Generates images, videos, and captions for artists automatically.