Skip to main content
Omeka S exposes a REST API rather than a standalone administration CLI. sitectl provides direct API helpers and resource shortcuts:
API helpers accept:
  • --url for the base API URL, defaulting to http://localhost/api
  • --identity for the Omeka S API key identity
  • --credential for the Omeka S API key credential
  • --query name=value for repeated query parameters
  • --data or --file for JSON request bodies on arbitrary requests

Reference

api get

GET an Omeka S API resource

api request

Call an arbitrary Omeka S API path