mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
docs/api: update url
misspecification
This commit is contained in:
parent
9800a9b54f
commit
79237185bd
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Content-Type: application/json
|
||||||
### request body
|
### request body
|
||||||
| key | type | expected value(s) | default | description |
|
| key | type | expected value(s) | default | description |
|
||||||
|:-----------------------------|:----------|:-----------------------------------|:----------|:--------------------------------------------------------------------------------|
|
|:-----------------------------|:----------|:-----------------------------------|:----------|:--------------------------------------------------------------------------------|
|
||||||
| `url` | `string` | URL encoded as URI | `null` | **must** be included in every request. |
|
| `url` | `string` | URL to download | -- | **must** be included in every request. |
|
||||||
| `videoQuality` | `string` | `144 / ... / 2160 / 4320 / max` | `1080` | `720` quality is recommended for phones. |
|
| `videoQuality` | `string` | `144 / ... / 2160 / 4320 / max` | `1080` | `720` quality is recommended for phones. |
|
||||||
| `audioFormat` | `string` | `best / mp3 / ogg / wav / opus` | `mp3` | |
|
| `audioFormat` | `string` | `best / mp3 / ogg / wav / opus` | `mp3` | |
|
||||||
| `audioBitrate` | `string` | `320 / 256 / 128 / 96 / 64 / 8` | `128` | specifies the bitrate to use for the audio. applies only to audio conversion. |
|
| `audioBitrate` | `string` | `320 / 256 / 128 / 96 / 64 / 8` | `128` | specifies the bitrate to use for the audio. applies only to audio conversion. |
|
||||||
|
|
Loading…
Reference in a new issue