POST
/
v1
/
projects
/
create
curl --request POST \
  --url https://api.runtrellis.com/v1/projects/create \
  --header 'Content-Type: application/json' \
  --header 'X-Frontend-Id: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "message": "<string>",
  "data": {
    "proj_id": "<string>"
  }
}

Authorizations

X-Frontend-Id
string
header
required

Frontend Key header

Body

application/json
name
string
required

Response

200
application/json
Successful Response
message
string
required
data
object
required