Include api key doc for curl command

This commit is contained in:
Kieran 2022-09-09 12:54:19 +01:00
parent 2dac9be1c1
commit dcd1031dcf
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -50,6 +50,11 @@ vcu() {
Uploading from cli will simply become `vcu memes.jpg`
You can also upload files to your user account by specifying an API key in the curl command:
```bash
-H "Authorization: Bearer MY_API_KEY"
```
This command will return the direct download URL only.
To get the json output simply remove the `?cli=true` from the url.