Browse the Help Center for platform guides or API & Developers for integration docs.
curl --request POST \
--url https://open.beatpass.ca/api/v1/tracks/{id}/fingerprint \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Fingerprint generation started"
}curl --request POST \
--url https://open.beatpass.ca/api/v1/tracks/{id}/fingerprint \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Fingerprint generation started"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Track ID
1
Was this page helpful?