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
- Send the JSON input to
POST /public/v1/trf-runs. - Receive
202 Acceptedwith a prefixed TRF run ID and polling URL. - Poll the returned
statusUrluntil the status isCOMPLETEDorFAILED. - Read the flow output from
resultwhen 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.