TRF Agent API

TRF Agent API

The TRF Agent API runs the configured TRF extraction flow asynchronously. Submit the JSON produced by your integration as-is; the gateway does not define or transform the TRF payload schema.

Run lifecycle

  1. Send the JSON input to POST /public/v1/trf-runs.
  2. Receive 202 Accepted with a prefixed TRF run ID and polling URL.
  3. Poll the returned statusUrl until the status is COMPLETED or FAILED.
  4. Read the flow output from result when processing completes.

Each submission creates an independent workflow. Repeated payloads are accepted and are not deduplicated.

Authentication

Use the same organization-scoped API key and SDK configuration as the other CrelioHealth APIs. The TRF Agent remains part of the current SDK; the product selector only separates its documentation and API reference inside this portal.