NAME
cloudconvert - convert files via cloudconvert.org
SYNOPSIS
cloudconvert [options] inputfile [outputfile]
Options:
  -apikey key    api key (required)
  -from format   input format
  -to format     output format
  -dry           don't convert, just show
  -url URL       base URL
  -wait seconds  timeout (300 by default)
  -config file   read configuration from JSON file
  -help          brief help message
  -man           full documentation
OPTIONS
Options can be set by config file (cloudconvert.json by default) or as command line options.
- apikey
 - 
required API key
 - url
 - 
custom base url (instead of
https://api.cloudconvert.org/convert), for instance a http://requestb.in/ URL for testing - from
 - 
Input format (input file extension by default)
 - to
 - 
Output format (output file extension by default)
 - wait
 - 
Timeout in seconds (300 by default)
 - agent
 - 
User agent to identify with
 
DESCRIPTION
SEE ALSO
See App::cloudconvert for internals