POST
/
v1
/
datastores
/
website
curl --location 'https://api.llmrails.com/v1/datastores/website' \
--header 'Content-Type: application/json' \
--header 'X-API-TOKEN: {token}' \
--data '{
    "link": "https://www.llmrails.com/"
}'
{
    "id": "00000000-0000-0000-0000-000000000000"
}
curl --location 'https://api.llmrails.com/v1/datastores/website' \
--header 'Content-Type: application/json' \
--header 'X-API-TOKEN: {token}' \
--data '{
    "link": "https://www.llmrails.com/"
}'
{
    "id": "00000000-0000-0000-0000-000000000000"
}

Body

application/json
link
string
required
one_page
boolean
default: false

Response

200 - application/json
id
string
required