curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSource/websiteConnector/{id}/crawl \
--header 'Authorization: Bearer <token>'{
"success": true,
"jobId": "fc-abc123"
}Triggers a Firecrawl crawl for the specified connector. Resets crawl stats and sets status to running.
curl --request POST \
--url https://demo.enneo.ai/api/mind/knowledgeSource/websiteConnector/{id}/crawl \
--header 'Authorization: Bearer <token>'{
"success": true,
"jobId": "fc-abc123"
}