Websites
Ingest websites
Parameters
Name | Required | Type | Description |
---|---|---|---|
domains | required | array | A list of domains to ingest |
curl --request POST \
--url https://api.embedding.io/v0/collections/col_lPMjKLBRLZ4qVe/websites \
--header 'Authorization: Bearer YOUR_API_KEY' \
--json '{
"domains": [
"https://paulgraham.com/"
]
}'
Returns
Name | Type | Description |
---|---|---|
websites | array | A list of websites associated to the collection |
[
{
"id": "web_1234",
"domain": "paulgraham.com"
}
]