v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Binaries

Store compiled WASM binary

Upload a compiled WebAssembly binary to the edge platform. The binary is automatically analyzed to detect its API type (WASI or Proxy-WASM) and stored for use in applications. Maximum binary size is 100MB.

post/fastedge/v1/binaries/raw

Response

Binary stored successfully, returns binary metadata

idinteger required

Binary ID

statusinteger required

Status code:
0 - pending
1 - compiled
2 - compilation failed (errors available)
3 - compilation failed (errors not available)
4 - resulting binary exceeded the limit
5 - unsupported source language

unref_sincestring

Not used since (UTC)

api_typestring required

Wasm API type

checksumstring

MD5 hash of the binary

sourceinteger

Source language:
0 - unknown
1 - Rust
2 - JavaScript
3 - Go