Last updated 2 days ago
Was this helpful?
Upload a plugin to the server
/engine
The plugin binary
curl -L \ --request POST \ --url 'https://api.bytenite.com/v1/dev/engine' \ --header 'Authorization: YOUR_API_KEY' \ --header 'Content-Type: application/json' \ --data '{ "data": "text" }'
{ "plugin": { "id": "text", "owner": "text", "createdAt": "2025-03-12T01:30:40.385Z", "updatedAt": "2025-03-12T01:30:40.385Z", "name": "text", "version": { "major": 1, "minor": 0, "tag": 0 }, "description": "text", "type": "text" } }