Skip to main content
GET
/
library
/
files
/
{fileId}
/
scrape-pages
Get the scrape pages for a file
curl --request GET \
  --url https://api.closebot.com/library/files/{fileId}/scrape-pages \
  --header 'X-CB-KEY: <api-key>'
[
  {
    "url": "<string>",
    "enabled": true
  }
]

Authorizations

X-CB-KEY
string
header
required

CloseBot API Key Authorization

Path Parameters

fileId
string
required

The ID of the file to get the scrape pages for.

Response

Success

url
string | null
enabled
boolean