diff --git a/apps/api/requests.http b/apps/api/requests.http index 9a972de..1dbeaeb 100644 --- a/apps/api/requests.http +++ b/apps/api/requests.http @@ -14,7 +14,7 @@ GET http://localhost:3002/v0/jobs/active HTTP/1.1 ### Scrape Website POST http://localhost:3002/v0/crawl HTTP/1.1 -Authorization: Bearer +Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46 content-type: application/json { @@ -25,6 +25,10 @@ content-type: application/json } + + + + ### Scrape Website POST http://localhost:3002/v0/scrape HTTP/1.1 Authorization: Bearer @@ -37,8 +41,8 @@ content-type: application/json ### Check Job Status -GET http://localhost:3002/v0/crawl/status/4dbf2b62-487d-45d7-a4f7-8f5e883dfecd HTTP/1.1 -Authorization: Bearer +GET http://localhost:3002/v0/crawl/status/a6053912-d602-4709-841f-3d2cb46fea0a HTTP/1.1 +Authorization: Bearer fc-879f515fdd5b418b8d55ec6ccb1acd46 ### Get Job Result