mirror of
https://github.com/firecrawl/cli.git
synced 2026-09-14 17:30:55 +08:00
c0560791de
The developer command called /v2/developer/search. That mount rejects a keyless caller, so keyless developer search never reached the index. It is also the path that may be withdrawn. Call /v2/search/developer, the public path, which accepts a keyless caller. The API returns 10 results by default, not 20. Correct the help text and the README.