v1

latestSwagger 2.0AGPL-3.02026-07-1716217.2 KB
server

Retrieves the command line options that can be passed to process a task

get/options

Query parameters

tokenstring

Token required for authentication (when authentication is required).

Response

Options

namestring required

Command line option (exactly as it is passed to the OpenDroneMap process, minus the leading '--')

type'int' | 'float' | 'string' | 'bool' required

Datatype of the value of this option

valuestring required

Default value of this option

domainstring required

Valid range of values (for example, "positive integer" or "float > 0.0")

helpstring required

Description of what this option does