Hey, I need to download a document from a White Board using item_id and board_id. Is there anyway I can do it with any of Miro APIs available? If not, any suggestions on how to do that?
Thanks!
Page 1 / 1
Hi
At the moment it's not yet possible to download a document from a board with the REST API. This feature is planned, and we'll release it to production in the future (no ETA for it at the moment.)
Right now, you can get a JSON response with details about an uploaded document by sending a GET request to this endpoint:
https://api.miro.com/v2/boards/{board_id}/documents/{item_id}
Â
The interactive REST API docs can give you more context and you can try it out:
https://developers.miro.com/reference/get-document-item
Â
Thanks!
Marco | DevX team | Miro
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.