Skip to main content
GET
/
api
/
research
/
urls
cURL
curl --request GET \
  --url https://api.recoupable.com/api/research/urls
{
  "status": "success",
  "urls": [
    {
      "domain": "<string>",
      "url": "<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

Social and streaming URLs

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

"success"

urls
object[]