GET
/
api
/
v1
/
knowledgebase
/
extract-urls
curl --request GET \
  --url https://cx-staging-three.fly.dev/api/v1/knowledgebase/extract-urls \
  --header 'Authorization: Basic <encoded-value>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

url
string
required

Url of the parent

Response

200 - application/json
Retrieved list of child urls

The response is of type string[].