HTTP / REST API
Developer & APIsBearer tokenAPI keyUsername & passwordCustomOAuth 2.0JWTcredential probe
Any REST endpoint — used by the HTTP Request node.
OCNORA ships 1 typed HTTP / REST API operation. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Operations 1
- HTTP RequestCall an HTTP API — via a Connection's named API or a literal URL.http.request
Templates that use HTTP / REST API
- Q&A over a fetched documentAnswer a question about any public document: fetch it over HTTP, hand the text plus the question to an LLM with a grounding prompt, and post the answer to a callback URL.
- Document extraction to APIReceive a PDF (base64) by webhook, parse it, extract structured fields with a JSON schema, reshape them and POST the record to your API.
- Nightly CSV feed to SQLDownload a CSV export every night, parse it, normalise the columns with the Process engine and upsert into a table.
- Fan out a list to an APIReceive a list of items by webhook and call an API once per item, five in parallel, continuing past individual failures.
- Extract with human clarification on low confidenceExtract structured data from text; when the model is unsure it pauses and asks a person to pick from candidates, then the record is posted.
- First notice of loss: extract, validate, triageA claim notification arrives by webhook; AI extracts the loss details, the payload is validated, an adjuster triages it and the claim is opened in Iris.
- Scheduled health check with email alertPing an endpoint every 5 minutes; if it does not return 200, email the on-call address with the status code.
- Sales inbox: qualify and routePoll the sales mailbox, classify each email as lead / existing customer / vendor, create Iris records for new leads and forward the rest to the right team.
- workflow_health (system)Acts on Workflow Health findings Auto Fix cannot answer: plans, branches, fixes, validates, commits and opens a pull request for a code defect through the host runner; files the rest for a person; reports back to the health check. Tag the installed workflow system:health and point Settings → Workflow Health at it.
- Delay, retry and dead-letterCall a flaky endpoint with backoff retries; on final failure wait, try a fallback endpoint, and if that also fails email an operator.
- Scheduled API digest by emailEvery weekday morning pull a JSON summary from your API, have an LLM turn it into three bullet points and email the team.
- Webhook transform and forwardReceive any JSON, normalise a few fields, reshape it and forward to another endpoint — the smallest useful glue workflow.
Run your first HTTP / REST API workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.