Skip to main content
POST
cURL
This endpoint performs bulk create/fetch operations. For each song, the API attempts to look up metadata via internal search. If no data is found, optional fallback fields (name, album, notes, artists) are used.

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Body

application/json

Array of songs to create or fetch

songs
object[]
required

Array of song inputs for bulk create/fetch

Response

Songs created or fetched successfully

Response containing songs data

status
enum<string>

Status of the request

Available options:
success,
error
songs
object[]

Array of song objects with artist information

error
string

Error message (only present if status is 'error')