Authorization: Bearer ********************
{
"endpoint": "scrape",
"url": "https://www.jianshu.com/p/f08ed6faf1a8",
"fields": {
"title": "",
"author": "",
"content": "",
"public_time": "",
"word_count": ""
}
}
curl --location --request POST 'https://vir.vimsai.com/task/scrape/run-sync' \
--header 'Content-Type: application/json' \
--data-raw '{
"endpoint": "scrape",
"url": "https://www.jianshu.com/p/f08ed6faf1a8",
"fields": {
"title": "",
"author": "",
"content": "",
"public_time": "",
"word_count": ""
}
}'
{
"task_id": "tUaXHZethj8WJ92it",
"status": "READY",
"started_at": "2025-04-18T18:15:06.566Z",
"finished_at": null
}