run

post/api/v2/owner/{owner}/project/{project_slug}/run

Path parameters

ownerstring required

The owner under which a project is categorized under. For example, a user's username.

project_slugstring required

The name of the project. Note: the project name needs to be specified as a 'slug', a URL-friendly version of the project name.

Request body

baseimagestring required
corpusstring[]
durationinteger
versionstring

Response

Creates a new run for the given project.

Returns:
    Run -- The run object that was created.
RunFull required— unresolved $ref

Changes

No recorded changes to this endpoint across all 3 revisions of this API.