Web Scrape
Fetch Webpage
API Documentation
Health
Files
Web Scrape
Data Source
SharePoint
GitHub
Chunks / Embeddings
Retrieval
Web Scrape
Fetch Webpage
Return the content and all URLs found on a specific webpage.
POST
/
fetch_webpage
curl --request POST \
--url https://api.carbon.ai/fetch_webpage \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"url": "<string>"
}'
"<any>"
Authorizations
token <token>
, corresponds to temporary access tokens.
Body
application/json
Response
200
application/json
Successful Response
The response is of type any
.
curl --request POST \
--url https://api.carbon.ai/fetch_webpage \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"url": "<string>"
}'
"<any>"