Download offset PDF

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://mall-api-proxy.documentation.omnicado.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "omnicado-mall-proxy MCP server": {
    "url": "https://mall-api-proxy.documentation.omnicado.com/mcp"
  }
}

Close
GET /offsets/{documentNumber}/download

Headers

  • X-Application-Name string

Path parameters

  • documentNumber string Required

    Offset document number

Query parameters

  • client_id string Required

    Client identifier

Responses

  • 200 application/pdf

    A PDF file

GET /offsets/{documentNumber}/download
curl \
 --request GET 'https://mpapi.proxy.omnicado.com/v1/offsets/0000003003-28032019/download?client_id=yourClientId&client_id=api_token_value' \
 --header "X-Application-Name: myApplicationName"