Ingest File Path
Ingest a file by its local path.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request body for path-based file ingestion (desktop app — local filesystem).
Response Body
application/json
application/json
curl -X POST "https://example.com/sources/ingest/file-path" \ -H "Content-Type: application/json" \ -d '{ "file_path": "string" }'{ "source_id": "string", "original_name": "string", "lifecycle_state": "string", "is_duplicate": false, "message": ""}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}