Are there any API endpoints to upload attachments to a card?

  • 12 November 2020
  • 3 replies
  • 49 views

1 more question I need to ask. Is there any API to upload attachments to a card. https://developer.getguru.com/reference

Mary Houston 2 years ago

Great question! If you are using the manual sync to create cards, you would create a `resources/` folder in your directory. From there, you can reference the attachment in the card's content file (see the Referencing Other Cards, Boards, Board Groups, and Resources section of the Manual Sync documentation)

If you are just trying to create a card via a `POST https://api.getguru.com/api/v1/cards/extended`, it is a bit tricky since we also use third-party file uploaders to accomplish this. You can to link to where the attachment is already being stored. So the only way to upload attachments to cards is via the sync process or the import process.

I will send this to product feedback to add an endpoint solely for attachment uploads so it is easier to reference attachments when creating cards via the API
View original

3 replies

Userlevel 4
Badge
Great question! If you are using the manual sync to create cards, you would create a `resources/` folder in your directory. From there, you can reference the attachment in the card's content file (see the Referencing Other Cards, Boards, Board Groups, and Resources section of the Manual Sync documentation)
If you are just trying to create a card via a `POST https://api.getguru.com/api/v1/cards/extended`, it is a bit tricky since we also use third-party file uploaders to accomplish this. You can to link to where the attachment is already being stored. So the only way to upload attachments to cards is via the sync process or the import process.
I will send this to product feedback to add an endpoint solely for attachment uploads so it is easier to reference attachments when creating cards via the API
Userlevel 4
Badge
There is also a Developer Category channel for any other API topics/conversations!
Awesome. Thank you so much for your response.

Reply