API referenceV1
Crawl a site and add its pages as knowledge
AuthorizationBearer <token>
A server-side secret key. Never send one from a browser — a request carrying an Origin header is refused for this reason.
In: header
Path Parameters
id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v1/forms/string/knowledge/crawl" \ -H "Content-Type: application/json" \ -d '{ "url": "http://example.com" }'{ "ids": [ "string" ]}