Deploy Project API

The Deploy Project API facilitates the deployment of projects based on user-specified project IDs. Users are required to upload a compressed project archive to initiate and complete the deployment process efficiently.

Deploy Project

post

The deployment is completed by uploading files.

Header parameters
tokenstringOptionalExample: Your Auth Token
Body
filestring · binaryOptional
projectIdstringOptionalExample: Test ProjectId
Responses
post
POST /deploy HTTP/1.1
Host: hosting.api.4everland.org
Content-Type: multipart/form-data
Accept: */*
Content-Length: 46

{
  "file": "binary",
  "projectId": "Test ProjectId"
}
200

Successful Deployment

{
  "bcode": 10,
  "code": 200,
  "content": {
    "domainList": [
      "lskdfjasdf_dafsdfasdf-vld9ecxd-test.4everland.app",
      "lskdfjasdf_dafsdfasdf-test.4everland.app"
    ],
    "fileHash": "QmT5VLRmZR8pCaLAk7frcuAgtX31TihrATwLUSDffkuRQZ",
    "taskId": "668e1bcb6b397000076383d9"
  },
  "message": ""
}

If you have any questions, please join our Discord server, or send us an email at contact@4everland.org.

Last updated