Import Data
Import data from a previous export.
Runs in the background. Poll /data/import/status/{job_id} to check progress. Supports merge (combine with existing), skip (keep existing), or overwrite modes.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/data/import" \ -H "Content-Type: application/json" \ -d '{ "import_path": "string" }'{ "success": true, "job_id": "string", "status": "string", "message": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}