Compose

Validate compose params

Check the params of a compose job without rendering anything. Free, and nothing is stored. Runs the same checks a submit runs, plus the timeline checks a render would otherwise fail on. The response carries the params as a render would read them: defaults filled in, and a timeline written in an older shape rewritten into the current one.

post/compose/validate

Request body

paramsobject required

Exactly what you would send as params when creating a compose job.

Response

The verdict. Branch on valid.

Changes

Changed in 2 of the 15 revisions of this API.12

  • 421a5a241a6411See the full diff
    • ▲

      added subschema #1 subschema #2 to the response property oneOf list for the response status

      response-property-one-of-added

    • ○

      removed subschema #1 subschema #2 from the response property oneOf list for the response status

      response-property-one-of-removed

    • ○

      endpoint added

      endpoint-added