Encountering NotImplementedError when integrating Crawlee code with REST

Crawlee Code works when I put the URL directly inside the
crawlee.run([url])
, but when I put the code inside an endpoint and execute the URL on postman error
NotImplementedError
shows.

How to use crawlee w/ FastAPI?
Was this page helpful?