Is it possible to create multiple records with a single API call?

Hello! In AITable it was possible to create up to 10 records with a single POST API call. Is the same possible with Bika?

Thanks
Steve

Hi @steve , unlike AITable, Bika.ai’s current API only supports creating one record per POST call — here’s the documentation for reference::point_right: Bika OpenAPI Reference | Bika.ai

That said, Bika’s automation is more flexible. You can trigger an automation via API and have it create multiple records using a loop inside the automation flow. This can help achieve the same multi-record creation effect.