You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optical Music Recognition (OMR), Beta API: New resumable /omr API to import sheet music images and PDFs, with live progress and an optional interactive instrument-review step. The /omr/jobs endpoints cover the full job lifecycle (create, upload files, start, poll, review, export to MusicXML/MIDI, cancel), and GET /omr/capabilities advertises limits and credits for feature detection. Added the omr OAuth2 scope; importing the result into the Library (output: library) additionally requires scores. See the OMR API guide. This API is in Beta and may change before the stable release: keep a generic fallback for open-ended values (statuses, step and error codes) and expect breaking changes to be announced.
Scores:
POST /scores (builder import): The instruments list now references the Instrument IDs reference and the @flat/instruments package for the possible group and instrument values.
Flat for Education:
POST /organizations/{organization}/users (createOrganizationUser): Added the accountAdmin role option (UserCreation).