Ingest Url
Ingest a web page into the library.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Request body for URL ingestion.
Response Body
application/json
application/json
curl -X POST "https://example.com/sources/ingest/url" \ -H "Content-Type: application/json" \ -d '{ "url": "string" }'{ "source_id": "string", "original_name": "string", "lifecycle_state": "string", "is_duplicate": false, "message": ""}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}