Last updated 11 days ago
Was this helpful?
Upload a engine to the server
POST /v1/dev/engines HTTP/1.1 Host: api.bytenite.com Authorization: YOUR_API_KEY Accept: */*
A successful response.
{ "id": "text", "name": "text", "version": "text", "owner": "text", "type": "text", "status": "text", "description": "text", "hash": "text", "link": "text", "entrypoint": "text", "revision": 1, "createdAt": "2025-05-09T06:33:29.675Z", "updatedAt": "2025-05-09T06:33:29.675Z", "deletedAt": "2025-05-09T06:33:29.675Z", "platform": "text", "platformConfig": { "container": "text", "privateImage": true, "username": "text", "token": "text" }, "deviceRequirements": { "minCpu": 1, "minMemory": 2 } }