Ai Tools
fal.ai logo

fal.ai API

fal.ai

fal.ai model gallery - model details, API documentation, and pricing.

Actions
7
Category
Ai Tools
Login
Not required
Output
JSON

Call the fal.ai API

Submit a task, then poll the job until it settles. This example runs act_fal_ai_model_api_documentation.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_fal_ai_model_api_documentation",
    "params": {
      "model_endpoint_slug": "fal-ai/nano-banana-2/edit"
    }
  }'

7 actions on fal.ai

Read

  • Model API Documentation

    act_fal_ai_model_api_documentationread1 credit / call

    Returns API documentation for a model endpoint, including schema, usage, and parameters.

    model_endpoint_slug
    string · required
  • Model Category Listing

    act_fal_ai_model_category_listingread1 credit / call

    Returns AI models matching a free-text query, with model endpoints and details.

    search_query
    string · required
  • Model Details

    act_fal_ai_model_detailread1 credit / call

    Returns full details for a model, including pricing, metadata, and description.

    model_endpoint_slug
    string · required
  • Model Examples

    act_fal_ai_model_examplesread1 credit / call

    Returns example outputs and sample media for a model endpoint.

    model_endpoint_slug
    string · required
  • Model Gallery Listing

    act_fal_ai_model_gallery_listingread1 credit / call

    Returns available models from the gallery with endpoints and IDs.

  • Pricing Page

    act_fal_ai_pricing_pageread1 credit / call

    Returns pricing page details, including plan tiers and per-model cost information.

Write

Write actions change state on fal.ai and run as the account you connect.

  • Model Pricing Status

    act_fal_ai_model_pricing_statuswrite2 credits / call

    Returns readiness status across all models, listing each model's availability.

fal.ai API questions

Is there an API for fal.ai?
fal.ai does not offer a public data API for this, but Anakin Wire provides 7 maintained endpoints for fal.ai. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape fal.ai data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when fal.ai changes its markup, Anakin updates the action.
Do I need a fal.ai account?
No. Every fal.ai action listed here runs anonymously — no account and no credentials required.
What does the fal.ai API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Ai Tools APIs

All Ai Tools sites