Skip to main content

Documentation Index

Fetch the complete documentation index at: https://otoyinc.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Understanding Job Types

Jobs can be either BATCH or PERSISTENT:
BATCH jobs run until completion or timeout.
PropertyValue
taskBATCH
max_timeout_run_msRequired — maximum runtime in milliseconds
BillingCharged for actual execution time
Use casesRendering, data processing, inference tasks
The job automatically stops when:
  • Your container exits
  • The timeout is reached
{
  "task": "BATCH",
  "max_timeout_run_ms": 3600000,
  "title": "Render Scene"
}