Ingest Url
Ingest a web page into the library.
Fetches the URL, extracts its content, and indexes it for search. Works with both public pages and authenticated content.
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/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": {}
}
]
}