For the complete documentation index, see llms.txt. This page is also available as Markdown.

Important: Response Structure

The API returns a top-level JSON array containing mixed types. The actual jobs array is nested inside the root array — typically at index 2. You must search the root array for the first element that is itself an array to extract job objects.

["string_value", "another_string", [{ "title": "..." }, { "title": "..." }]]

See the response schema for details.

Last updated