From 79237185bd995da8a8ce3ec4c5f98f67e8003a6d Mon Sep 17 00:00:00 2001 From: dumbmoron Date: Wed, 4 Sep 2024 16:30:02 +0000 Subject: [PATCH] docs/api: update `url` misspecification --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index c52363cd..1c9b880f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -19,7 +19,7 @@ Content-Type: application/json ### request body | 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. | | `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. |