12 Commits

Author SHA1 Message Date
52c972bcdf x 2025-09-21 10:25:54 +00:00
e017e0533d x 2025-09-21 03:00:57 +00:00
db854b8ec8 yooohoo 2025-09-21 01:38:47 +00:00
43c69573f9 xx 2025-09-20 06:12:35 +00:00
d482923804 xx 2025-09-19 13:34:17 +00:00
97bca3809e xx 2025-09-19 08:49:06 +00:00
8185eaaf93 ee 2025-09-19 08:31:36 +00:00
2d01228f24 updates 2025-09-19 06:56:19 +00:00
37d1e434af fix(docs): validate and correct Firecrawl v2 OpenAPI schema
Based on live API testing of v2 endpoints:

 Validated against actual responses:
- /v2/scrape - matches schema ✓
- /v2/map - corrected response structure (direct links array with url objects)
- /v2/crawl - added missing 'url' field to response
- /v2/batch/scrape - added 'url' and 'invalidURLs' fields
- /v2/search - corrected to data.web structure with creditsUsed at root

🔧 Schema corrections:
- MapResponse: Fixed to use direct 'links' array with {url: string} objects
- CrawlResponse: Added required 'url' field for status endpoint
- BatchScrapeResponse: Added 'url' and 'invalidURLs' fields
- SearchResponse: Fixed to use data.web structure + root creditsUsed
- ScrapeMetadata: Added optional title, favicon, language fields

🚮 Removed all v1 endpoints to focus only on v2 API
🏷️ Updated title to 'Firecrawl API v2' and version to '2.0.0'

All schemas now accurately reflect actual API behavior from container 5d8e66d87762
2025-09-19 00:45:43 +00:00
fa06d8ffbe feat(docs): add comprehensive Firecrawl OpenAPI 3.1 spec
- Complete OpenAPI 3.1 specification for Firecrawl API
- Covers all v1 and v2 endpoints discovered from container inspection
- Includes detailed schemas for requests, responses, and error handling
- Documents scraping, crawling, batch processing, extraction, and job management
- Based on actual API endpoints running in container 5d8e66d87762
- Compatible with existing project OpenAPI patterns (chat.json, r2r.json)
2025-09-19 00:36:48 +00:00
1ee3c4e228 xx 2025-09-18 09:44:16 +00:00
94ddcfeff6 init 2025-09-15 12:35:42 -04:00