curl --location 'https://api.opencopilot.so/backend/knowledgebase/ingest/urls' \
--header 'Authorization: Bearer <token>' \
--form 'bot_id="bcfd9096-b947-49fb-888c-232858de7ca0"' \
--form 'urls="https://en.wikipedia.org/wiki/Utopia"'
Ingest knowledge from URLs into the copilot.
curl --location 'https://api.opencopilot.so/backend/knowledgebase/ingest/urls' \
--header 'Authorization: Bearer <token>' \
--form 'bot_id="bcfd9096-b947-49fb-888c-232858de7ca0"' \
--form 'urls="https://en.wikipedia.org/wiki/Utopia"'
curl --location 'https://api.opencopilot.so/backend/knowledgebase/ingest/urls' \
--header 'Authorization: Bearer <token>' \
--form 'bot_id="bcfd9096-b947-49fb-888c-232858de7ca0"' \
--form 'urls="https://en.wikipedia.org/wiki/Utopia"'
Was this page helpful?