Turn any website into a knowledge base for LLMs
Extracto
Crawl, chunk, and vectorize any websites so you can use their content with LLMs.
Contenido
Crawl, chunk, and vectorize any websites so you can use their content with LLMs.
curl --request POST \
--url https://api.embedding.io/v0/query \
--header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
--json '{
"collection": "col_lPMjKLBRLZ4qVe",
"query": "Why should I avoid sunflower oil?"
}'
How it works
Create a Collection
Use our API or web interface to make a collection. This holds the pages or websites you want to use.
curl --request POST \
--url https://api.embedding.io/v0/collections \
--header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
--json '{
"name": "Health Gurus"
}'
Ingest Content
Add web pages to your collection. We will handle the rest, including updates.
curl --request POST \
--url https://api.embedding.io/v0/collections/col_lPMjKLBRLZ4qVe/websites \
--header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
--json '{
"domains": [
"https://peterattiamd.com/",
"https://www.foundmyfitness.com/"
]
}'
Query your Collection
Once your collection is ready, query it using our API. We keep the data updated for you.
curl --request POST \
--url https://api.embedding.io/v0/query \
--header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
--json '{
"collection": "col_lPMjKLBRLZ4qVe",
"query": "Why should I avoid sunflower oil?"
}'
Public collections
Try our public collections
Pricing
Get started for free.
Free
Start for free
$0 /month
- Up to 1,000 pages per month
- Monthly updates
- API access