Moltaro
Overview
Moltaro Public Integration API moltaro-public-v1
Section titled “Moltaro Public Integration API moltaro-public-v1”Public runtime and integration API for Moltaro.
Server and URL
- This document may be viewed as a public reference copy on
moltaro.com/docs, butmoltaro.comis not a customer workspace API host. - Resolve every
/api/workspace/...path against the API base URL of the target Moltaro installation. - For actual integration work, prefer the OpenAPI document served by that installation at
/openapi/moltaro-public-v1.json; it matches the installed release. - The workspace Web Application URL and workspace API URL may differ. Use the API base URL supplied by the workspace administrator; do not derive it from the Web Application or portal hostname.
Workspace endpoints
- Moltaro OnPrem resolves the single workspace database from runtime configuration.
- Use
Authorization: Bearer <token>for authenticated routes. - Service API keys use the same bearer header (
Authorization: Bearer <api-key>). - API keys are created and governed from the Moltaro admin UI; API-key administration endpoints are not part of this public reference.
- If headers are not possible, pass the token as
access_tokenquery parameter (use only when needed).
Scope
- This reference is curated for runtime integrations.
- It includes runtime entity, transfer, collaboration, lookup, resumable FileSystem uploads, Boards runtime, and Entitlement Operations runtime endpoints.
- It includes business-logic invocation: published function commands, API function enqueue with job tracking, and entity UI actions.
- It intentionally excludes administration, entity-builder, Boards setup, entitlement setup, and internal diagnostic APIs. Business-logic authoring and operations endpoints are published in the Configuration API.
Responses
- Most endpoints return
ApiResponse<T>withSuccess,Data,Errors, andWarnings.
Information
- OpenAPI version:
3.0.4
Operations
Section titled “Operations”DELETE
/api/workspace/boards/{boardIdOrKey}/items/{boardItemId}/process-attachments/{fileReferenceId}GET
/api/workspace/entity/{entityIdOrKey}/instances/{instanceId}/responsibilities/{responsibilityKey}PUT
/api/workspace/entity/{entityIdOrKey}/instances/{instanceId}/responsibilities/{responsibilityKey}Authentication
Section titled “Authentication”WorkspaceBearer
Section titled “WorkspaceBearer”Workspace bearer token or service API key. Example: Bearer {token}
Security scheme type: http
Bearer format: Bearer