POST
/
nodes
Create a Node
curl --request POST \
  --url https://api.seminode.com/v1/nodes \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "contact": "<string>",
  "description": "<string>",
  "discoverable": true,
  "name": "<string>",
  "read_auth": true,
  "write_auth": true
}'
{
  "detail": "<string>"
}

Authorizations

Authorization
string
header
required

Format: "Bearer <access_token>"

Body

application/json

Node deployment definition

The body is of type object.

Response

201
application/json

deployment created

The response is of type object.