Import Data
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "http://127.0.0.1:14242/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": {}
}
]
}