Meta
Get platform metadata
Returns platform metadata including webhook IP ranges for allowlisting.
If your infrastructure requires allowlisting IP addresses for incoming webhook requests, this endpoint provides the current list of IP ranges used by fal.ai webhooks in CIDR notation.
get/meta
Response
Platform metadata
Example response
{
"webhook_ip_ranges": [
"34.123.59.101/32",
"34.135.41.243/32",
"35.239.83.87/32",
"104.198.204.37/32",
"34.56.20.205/32",
"34.170.94.127/32",
"35.224.184.236/32",
"136.114.56.197/32",
"34.29.37.237/32",
"35.225.160.28/32",
"34.56.205.145/32",
"34.59.170.72/32",
"34.10.147.45/32",
"104.198.64.245/32",
"34.9.1.255/32"
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.