cURL
curl --request GET \ --url https://backend.chatfly.co/api/scraping/include-resources/{bot_id}
{ "resource": [ { "type": "<string>", "number_of_resources": 123, "token": 123 } ], "total_token": 123 }
Get all included resources for a given bot by bot_id.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
Schema for representing the response of include resources in the knowledge base.
Was this page helpful?