Aucklandmuseum
Connector for the aucklandmuseum API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.aucklandmuseum.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_media— GET /id/media/{path} — Retrieve media associated with Collections and Cenotaph subjects in Auckland Museumget_subject— GET /id/{identifier} — Explore details about a given subject nodeget_search— GET /search/{index}/{operation} — Perform simple search queries over Auckland Museum Collections and Cenotaph dataget_sparql— GET /sparql — Auckland Museum SPARQL endpointpost_search— POST /search/{index}/{operation} — Perform complex search queries over Auckland Museum Collections and Cenotaph datapost_sparql— POST /sparql — Auckland Museum SPARQL endpoint
Inputs
apiKey— your aucklandmuseum API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_media
apiKey: <your key>