Developer preview

RTOFlow API and AI-agent integration planning

Use the OpenAPI preview to plan approved integrations that generate mapped RTO resource drafts from training.gov.au unit data.

Access status: this is a request-access preview. API keys are issued only for approved customer, partner, and automation use cases.

What you can build

RTOFlow's developer surface is designed for controlled document-generation workflows where an LMS-ready workflow, internal automation, or AI agent needs to request RTO resource drafts from a unit code.

API overview

ItemCurrent position
Base URLhttps://api.rtoflow.au/v1 for approved preview integrations
AuthenticationBearer API key issued after access approval
SpecDownload OpenAPI YAML
Output statusGenerated outputs are practitioner-reviewed drafts, not automatic compliance sign-off

Core preview endpoints

EndpointMethodPurpose
/generate/learner-guidePOSTQueue a learner guide draft from a unit code.
/generate/assessmentPOSTQueue an assessment workbook draft.
/generate/observation-checklistPOSTQueue an observation checklist draft.
/generate/mapping-matrixPOSTQueue a mapping matrix draft.
/generate/rpl-kitPOSTQueue an RPL evidence kit draft.
/units/searchGETSearch unit metadata for planning workflows.
/jobs/{job_id}GETPoll async generation job status.

Quick start shape

Approved integrations use bearer-token authentication and queue asynchronous generation jobs.

curl -X POST https://api.rtoflow.au/v1/generate/learner-guide \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"unit_code":"BSBWHS411","format":"docx"}'

Request access

For developer access, send your intended use case, organisation name, integration type, and expected volume to hello@rtoflow.au.

RTOFlow provides controlled preview access from this page. API keys are issued only after use-case review so customer data, model usage, and compliance workflows remain governed.

Human review requirement

RTOFlow can draft mapped training and assessment resources quickly, but qualified RTO practitioners remain responsible for review, contextualisation, validation, and final approval before use.