Skip to main content
POST
/
videolibrary
/
{id}
/
resetReadOnlyApiKey
Reset Read Only API Key
curl --request POST \
  --url https://api.bunny.net/videolibrary/{id}/resetReadOnlyApiKey \
  --header 'AccessKey: <api-key>'

Authorizations

AccessKey
string
header
required

API Access Key authorization header

Path Parameters

id
integer<int64>
required

The ID of the video library that should have the read only API key reset

Response

The Read Only API key has been successfully changed

Last modified on June 20, 2026