Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.bunny.net/compute/script/{id}/code \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "Code": "<string>" } '
API Access Key authorization header
The ID of the code for which the script that will be returned
The code was successfully uploaded
Was this page helpful?