MCPcopy
hub / github.com/firecrawl/firecrawl / FirecrawlAppConfig

Interface FirecrawlAppConfig

apps/js-sdk/firecrawl/src/index.backup.ts:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 * @param apiUrl - Optional base URL of the API; defaults to 'https://api.firecrawl.dev'.
10 */
11export interface FirecrawlAppConfig {
12 apiKey?: string | null;
13 apiUrl?: string | null;
14}
15
16/**
17 * Metadata for a Firecrawl document.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…