Turn any website into a knowledge base for LLMs

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 create a collection. A collection is just a way to group URLs or websites that you'll want to use as a knowledge base. We will take care of crawling, chunking, vectorizing, and updating.

curl --request POST \
    --url https://api.embedding.io/v0/collections \
    --header 'Authorization: Bearer V09XIFlPVSdSRSBBIEhBQ0tFUg==' \
    --json '{
        "name": "Health Gurus",
        "sources": {
            "domains": [
                "https://peterattiamd.com/",
                "https://www.hubermanlab.com/",
                "https://www.foundmyfitness.com/"
            ],
            "urls": [
                "https://protocol.bryanjohnson.com/",
            ]
        }
    }'

Query your collection

Once your collection is ready, you can query it using our API. We'll take care of refreshing the data for you so you always get the latest content.

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?"
    }'

Pricing

Get started for free.

Free

Get started for free.

$0 /month

Sign up for free
  • 1,000 pages per month
  • Monthly updates
  • API access

Enterprise

More pages and faster updates.

Custom

Contact us
  • Unlimited pages
  • Hourly updates
  • API access