Async jobs
Polling pattern
Store the returned job_id and poll the status_url until the job reaches a final state.
{
"job_id": "8a93f4...",
"status": "queued",
"status_url": "https://tirqjzahcinadeulfylj.supabase.co/functions/v1/decode?job_id=8a93f4..."
}