Skip to main content

fal-api-reference

Provides a comprehensive API reference for fal.ai, covering client setup, method usage, and webhook configuration for seamless integration.

Install this skill

or
24/100

Security score

The fal-api-reference skill was audited on Feb 21, 2026 and we found 32 security issues across 3 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 292

Curl to non-GitHub URL

SourceSKILL.md
292curl -X POST "https://queue.fal.run/fal-ai/flux/dev" \
medium line 308

Curl to non-GitHub URL

SourceSKILL.md
308curl "https://queue.fal.run/fal-ai/flux/dev/requests/abc123-def456/status" \
medium line 323

Curl to non-GitHub URL

SourceSKILL.md
323curl "https://queue.fal.run/fal-ai/flux/dev/requests/abc123-def456" \
medium line 339

Curl to non-GitHub URL

SourceSKILL.md
339curl -X POST "https://queue.fal.run/fal-ai/flux/dev" \
medium line 364

Curl to non-GitHub URL

SourceSKILL.md
364curl -X POST "https://fal.run/fal-ai/fast-sdxl" \
low line 174

Fetch to external URL

SourceSKILL.md
174const response = await fetch("https://example.com/image.jpg");
medium line 3

Webhook reference - potential data exfiltration

SourceSKILL.md
3description: Complete fal.ai API reference system. PROACTIVELY activate for: (1) @fal-ai/client JavaScript setup, (2) fal_client Python setup, (3) fal.subscribe/run/stream methods, (4) Queue managemen
medium line 32

Webhook reference - potential data exfiltration

SourceSKILL.md
32- Implementing webhook callbacks
low line 143

Webhook reference - potential data exfiltration

SourceSKILL.md
143webhookUrl: "https://your-server.com/webhook" // Optional
medium line 334

Webhook reference - potential data exfiltration

SourceSKILL.md
334### Webhooks
medium line 336

Webhook reference - potential data exfiltration

SourceSKILL.md
336Submit with webhook URL to receive results via POST:
low line 344

Webhook reference - potential data exfiltration

SourceSKILL.md
344"webhook_url": "https://your-server.com/webhook"
medium line 348

Webhook reference - potential data exfiltration

SourceSKILL.md
348Webhook payload:
medium line 489

Webhook reference - potential data exfiltration

SourceSKILL.md
489- Use webhooks for high-volume applications
low line 61

Access to .env file

SourceSKILL.md
61credentials: process.env.FAL_KEY,
low line 63

External URL reference

SourceSKILL.md
63proxyUrl: "https://your-server.com/api/fal-proxy"
low line 128

External URL reference

SourceSKILL.md
128image_url: "https://example.com/base.jpg"
low line 143

External URL reference

SourceSKILL.md
143webhookUrl: "https://your-server.com/webhook" // Optional
low line 174

External URL reference

SourceSKILL.md
174const response = await fetch("https://example.com/image.jpg");
low line 275

External URL reference

SourceSKILL.md
275| Queue Submit | `https://queue.fal.run/{model_id}` |
low line 276

External URL reference

SourceSKILL.md
276| Queue Status | `https://queue.fal.run/{model_id}/requests/{request_id}/status` |
low line 277

External URL reference

SourceSKILL.md
277| Queue Result | `https://queue.fal.run/{model_id}/requests/{request_id}` |
low line 278

External URL reference

SourceSKILL.md
278| Queue Cancel | `https://queue.fal.run/{model_id}/requests/{request_id}/cancel` |
low line 279

External URL reference

SourceSKILL.md
279| Direct Run | `https://fal.run/{model_id}` |
low line 292

External URL reference

SourceSKILL.md
292curl -X POST "https://queue.fal.run/fal-ai/flux/dev" \
low line 308

External URL reference

SourceSKILL.md
308curl "https://queue.fal.run/fal-ai/flux/dev/requests/abc123-def456/status" \
low line 323

External URL reference

SourceSKILL.md
323curl "https://queue.fal.run/fal-ai/flux/dev/requests/abc123-def456" \
low line 328

External URL reference

SourceSKILL.md
328# "images": [{"url": "https://fal.media/...", "width": 1024, "height": 576}],
low line 339

External URL reference

SourceSKILL.md
339curl -X POST "https://queue.fal.run/fal-ai/flux/dev" \
low line 344

External URL reference

SourceSKILL.md
344"webhook_url": "https://your-server.com/webhook"
low line 354

External URL reference

SourceSKILL.md
354"images": [{"url": "https://fal.media/..."}]
low line 364

External URL reference

SourceSKILL.md
364curl -X POST "https://fal.run/fal-ai/fast-sdxl" \
Scanned on Feb 21, 2026
View Security Dashboard