cURL
curl --request POST \ --url https://flowra.dev/api/v1/table/collections/{collectionId}/documents \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Create a new document in a collection. Send the document fields as JSON; the response includes the new document ID.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Collection ID
"507f1f77bcf86cd799439011"
Document created successfully
Show child attributes
Was this page helpful?