Create a task with a task type and either text data or file uploads. The task is processed asynchronously; you receive the outcome via webhook.
| Value | Description |
|---|---|
submit_prior_authorization | Submit a prior authorization request |
check_eligibility | Check member eligibility |
submit_claim | Submit a claim |
submit_appeal | Submit an appeal |
Content-Type: application/json): type (required) and optional data (string) for inline text (e.g. member ID, patient details, dates).Content-Type: multipart/form-data): type (required) and optional files for uploaded documents.instructions field contains the SOP used for the task. When the task reaches a final state, you receive the outcome via webhook.
Examples
Type of task: submit prior authorization, check eligibility, submit claim, or submit appeal
submit_prior_authorization, check_eligibility, submit_claim, submit_appeal Task payload as text (e.g. member ID, patient details, dates). Use this or upload files via multipart/form-data.
Created task
Task ID
pending, dispatching, running, waiting_for_input, pending_review, completed, completed_with_issues, failed