Skip to main content

projects add

Add access to a pre-existing project

Usage

speechly projects add [flags]

Flags

  • --apikey (string) - API token, created in Speechly Dashboard. Can also be given as the sole positional argument.
  • --help -h (bool) - help for add
  • --host (string) - API address (default 'api.speechly.com')
  • --name (string) - An unique name for the project. If not given the project name configured in Speechly Dashboard will be used.
  • --skip-online-validation (bool) - Skips validating the API token against the host.

Examples

speechly projects add <api_token>
speechly projects add --apikey <api_token>