Crank Storyboard APIs

The public API reference for Crank Storyboard, the embedded graphical-interface development platform AMETEK acquired with Crank Software. Nine documented API families across 313 server-rendered, versioned reference pages at documentation version 9.0.2 — the Storyboard Engine public C API, Storyboard IO (libgreio.a / gre/greio.h) and its wrapper, the Lua API, Lua DOM module, Lua types and Lua canvas APIs, and the JavaScript and JavaScript canvas APIs. These are IN-PROCESS bindings compiled into or scripted inside an embedded application, not a network service: there is no base URL, no HTTP contract and no machine-readable spec, which is why baseURL is null and no OpenAPI is wired.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/crank-storyboard"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
aid: ametek:crank-storyboard
name: Crank Storyboard APIs
tags:
- Embedded GUI
- Developer Tools
- Automotive
- Medical Instruments
- Industrial
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
baseURL: null
humanURL: https://docs.cranksoftware.com/
description: 'The public API reference for Crank Storyboard, the embedded graphical-interface development
  platform AMETEK acquired with Crank Software. Nine documented API families across 313 server-rendered,
  versioned reference pages at documentation version 9.0.2 — the Storyboard Engine public C API, Storyboard
  IO (libgreio.a / gre/greio.h) and its wrapper, the Lua API, Lua DOM module, Lua types and Lua canvas
  APIs, and the JavaScript and JavaScript canvas APIs. These are IN-PROCESS bindings compiled into or
  scripted inside an embedded application, not a network service: there is no base URL, no HTTP contract
  and no machine-readable spec, which is why baseURL is null and no OpenAPI is wired.'
properties:
- type: Documentation
  url: https://docs.cranksoftware.com/
- type: APIReference
  url: https://docs.cranksoftware.com/docs/9.0/category/storyboard-apis
- type: GitHubOrganization
  url: https://github.com/crank-software
- type: KnowledgeBase
  url: https://docs.cranksoftware.com/knowledge-base
x-evidence:
  verified: '2026-09-02'
  method: fetched and parsed the documentation host and its sitemap
  url: https://docs.cranksoftware.com/sitemap.xml
  http_status: 200
  docs_describe: '705 sitemap URLs, of which 313 are per-function API reference pages under /docs/9.0/storyboard/api/
    — for example gre_io_open, gre_io_send, gre_io_receive and gre_io_serialize under the Storyboard IO
    API, each documenting a real function signature. Confirmed server-rendered: the fetched HTML carries
    the function list and prose without script execution.'
  surface_class: Library / in-process API, not a callable network endpoint. Listed because the reference
    genuinely documents an API; deliberately carries no baseURL, no OpenAPI and no agent skill, because
    there is no operation an agent can invoke over a network.
  ownership: Crank Software was acquired by AMETEK; the documentation and the github.com/crank-software
    organisation are the brand's own surfaces.