Ingest Url
Fetch a URL and ingest through the source pipeline.
Uses browse-now for authenticated content, falls back to httpx.
Request Body
application/json
url*string
URL to fetch and ingest
user_comment?|
User comment about the URL
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": {}
}
]
}