Create Dataexport

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/dataexport
API call form
Examples
List of examples
  • Create simple data export task
  • Create data export task delivered to a webhook
Install
npm install @luzmo/nodejs-sdk
Example Response
200
400
500
{
  "id": "task_id",
  "status": "open"
}