Skip to main content
GET
/
api
/
research
/
insights
cURL
curl --request GET \
  --url https://api.recoupable.com/api/research/insights
{
  "status": "success",
  "insights": [
    {
      "text": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

artist
string
required

Artist name or Recoup artist ID (UUID).

Response

AI-generated insights

status
enum<string>
Available options:
success,
error
Example:

"success"

insights
object[]