Skip to main content
The Utils API provides notifications, file storage, PDF and spreadsheet generation, and document jobs for HR, Payroll, Pay, and Books integrations.

Base path

/api/v1/app

Authorization

Developer JWT + API key on every request. See Authorization.

Operations and monitoring

EndpointPurpose
GET /api/v1/appService root
GET /api/v1/app/metricsPrometheus scrape target

Module overview

ModuleWhat it does
NotificationsSend and list in-app notifications; engagement templates
File ManagementUpload, download, and delete organization-scoped files
DocumentsGenerate payslips, invoices, financial PDFs, and exports
Document JobsQueue long-running generation with status polling

Typical integration flow

  1. Complete the upstream action (e.g. payroll run, invoice creation)
  2. Call a Documents endpoint to generate a PDF or spreadsheet artifact
  3. Store or deliver the returned URL to your end users

Utils product guide

Modules and integration patterns.