Create multiple CheckItems on a Checklist at once

I have written an application which integrates with the Trello REST API and generates Checklists with some number of CheckItems on behalf of users. However, at time of writing, the CheckItem creation endpoint https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/#api-checklists-id-checkitems-post is limited to creating one CheckItem per POST request. My application will create upwards of 100 CheckItems in a typical usage pattern and obviously firing 100 requests for this isn’t good - creating all CheckItems in a single request would massively improve my app and I’m sure someone else has this use case as well :slight_smile:

I’m sure that’s true.

I’m sure that’s also true.