curl --request PUT \
--url https://api.closebot.com/library/files/{fileId}/scrape-pages \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"pages": [
{
"url": "<string>",
"enabled": true
}
]
}
'curl --request PUT \
--url https://api.closebot.com/library/files/{fileId}/scrape-pages \
--header 'Content-Type: application/json' \
--header 'X-CB-KEY: <api-key>' \
--data '
{
"pages": [
{
"url": "<string>",
"enabled": true
}
]
}
'CloseBot API Key Authorization
The ID of the file to update the scrape pages for.
The input containing the new scrape pages.
Show child attributes
Success