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

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Body

application/json
url
string
required

Response

200
application/json
Successful Response

The response is of type any.