cURL
curl --request POST \ --url https://rawugc.com/api/v1/jobs/{jobId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{}
Trigger a job execution. Supports both API key authentication (proxied to Convex) and session authentication.
Use your API key from the RawUGC dashboard. Include as: Authorization: Bearer YOUR_API_KEY
Job ID to trigger
Optional JSON payload for the job
Job triggered successfully
Job execution result
Was this page helpful?