Skip to main content

SDK Playground

Interactive API playground. Demo key for testing compute, lattice, shift, and solve without authentication.

EndpointPOST /api/playground/compute
Authnone
Rate limit5/min
Categoryecosystem

Parameters

NameTypeRequiredDescription
domainstringNoDomain name.
operatorsarrayNoOperator IDs.
inputsobjectNoNumeric inputs.

Returns

{ zeqState, result, meta, zeqProof }

Example

curl -sS -X POST \
-H "Content-Type: application/json" \
-d '{
"domain": "<domain>",
"operators": [],
"inputs": {}
}' \
"https://zeqsdk.com/api/playground/compute"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/sdk-playground.