GET
/
search_urls
curl --request GET \
  --url https://api.carbon.ai/search_urls \
  --header 'authorization: <api-key>'
{
  "urls": [
    "<string>"
  ],
  "html_content": "<string>",
  "error_message": "<string>"
}

Authorizations

authorization
string
header
required

token <token>, corresponds to temporary access tokens.

Query Parameters

query
string
required

Response

200
application/json
Successful Response
urls
string[]
required
html_content
string
required
error_message
string | null