Python use on local host
I got everything setupped and when i send curl -X GET http://localhost:3002/test i get a Hello, world! response.
Its only when im trying the crawl endpoint:
curl -X POST http://localhost:3002/v0/crawl \
-H 'Content-Type: application/json' \
-d '{
"url": "https://mendable.ai"
}'
That im getting errors.
How do i use my locally hosted FireCrawl in python?
1 Reply
I got it to work!
The only problem is now that my SupaBase wont authorize? i got the anon key, url and private key in the .env but for some reason it gives unauthorized as error
{"error":"Unauthorized"}