GET
/v1/beatgrid/{id}
Beat grid with DJ-verified BPM
Returns frame-level beat and downbeat timestamps plus DJ-verified tempo. Perfect for syncing decks or building an auto-cue system.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string | yes |
Example request
cURL
curl https://api.tunelab.dev/v1/beatgrid/{id} \
-H "Authorization: Bearer tl_live_xxx"