how to Download Document from Whiteboard using API?

  • 4 August 2022
  • 1 reply
  • 29 views

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!


1 reply

Hi @Vamsi,

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