Looking for example of API call to create multiple cards

Hi,

I am trying to create a few cards with a POST call (link to docs) to /card. According to the documentation, it. should be possible to create multiple objects in the request body.

I can create a single card but fail to create multiple ones. What would the request body look like for multiple cards?

Thanks,
ā€“ Olav

You cannot currently create multiple cards with one api request with the public api. What iā€™d recommend is to just make a bunch of separate card post requests (debounced to avoid rate limiting).

Would that work for you?