call_engine
Call any ReefAPI engine action via POST with parameters. Returns a uniform response containing ok, data, meta, and error fields.
Instructions
Call a ReefAPI engine action — POST //v1/ with params. Returns the uniform
{ ok, data, meta, error } envelope. Get param names from get_engine_schema first. Needs YOUR
ReefAPI key (the local server reads REEFAPI_KEY; the hosted server reads the Authorization: Bearer ak_live_... header you configure on the connection). Get a key at https://reefapi.com.
Failed calls cost no credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| engine | Yes | ||
| params | No |