GET
/
api
/
scraping
/
include-resources
/
{bot_id}
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
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

bot_id
string
required

Response

200
application/json
Successful Response

Schema for representing the response of include resources in the knowledge base.

resource
object[]
required

List of included resources.

total_token
integer
required

Total tokens for all included resources.