fal · Example Payload

Fal Storage Upload Example

Artificial IntelligenceGenerative AIGenerative MediaImage-GenerationVideo GenerationAudio GenerationInferenceServerlessGPUMCP

Fal Storage Upload Example is an example object payload from fal, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

initiate_requestinitiate_responseupload_requestuse_in_model_call

Example Payload

Raw ↑
{
  "initiate_request": {
    "method": "POST",
    "url": "https://rest.alpha.fal.ai/storage/upload/initiate",
    "headers": {
      "Authorization": "Key $FAL_KEY",
      "Content-Type": "application/json"
    },
    "body": {
      "content_type": "image/png",
      "file_name": "reference.png"
    }
  },
  "initiate_response": {
    "upload_url": "https://v3-uploads.fal.media/files/abc/upload?signature=…",
    "file_url": "https://v3.fal.media/files/abc/reference.png"
  },
  "upload_request": {
    "method": "PUT",
    "url": "https://v3-uploads.fal.media/files/abc/upload?signature=…",
    "headers": {
      "Content-Type": "image/png"
    },
    "body_note": "Raw PNG bytes"
  },
  "use_in_model_call": {
    "url": "https://queue.fal.run/fal-ai/flux/dev/image-to-image",
    "body": {
      "prompt": "transform into anime style",
      "image_url": "https://v3.fal.media/files/abc/reference.png",
      "strength": 0.75
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/fal-storage-upload-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.