User Reports
Insert user results
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Last updated
{
"data": {
"id": 984590,
"result": {
"start_timestamp_utc": "2021-05-25 03:55:49",
"end_timestamp_utc": "2021-05-25 03:56:37",
"record_timestamp": "",
"title": "xxx",
"artists": "xxx",
"album": "xxx",
"acrid": "null",
"duration": 48,
"played_duration": 48,
"monitor_type": "",
"result_type": "custom",
"from": "api-report",
"raw_metadata": {
"title": "xxx",
"artist": "xxx",
"album": "xxx"
},
"start_timestamp_local": "2021-05-25 11:55:49",
"end_timestamp_local": "2021-05-25 11:56:37"
}
}
}curl --location --request POST 'https://api-v2.acrcloud.com/api/bm-cs-projects/17913/stream_id/s-XXXXXX/user-reports' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {your token}'
--header 'Content-Type: application/json' \
--data-raw '{"data":[{"from": "api", "title": "xxxx", "timeoffset": 0, "start_timestamp": "2021-02-01 12:13:14", "end_timestamp": "2021-02-01 12:15:26", "user_defined": {"artists": "xxx", "album": "xxx"}}]}'