POST
/
api
/
v1
/
explorer
/
application
/
start
curl --request POST \
  --url https://api.nekt.ai/api/v1/explorer/application/start/ \
  --header 'x-api-key: <api-key>'
{
  "status": "active"
}

Authorizations

x-api-key
string
header
required

API Key authentication. Format: 'x-api-key: api_key'

Response

200 - application/json

The response is of type object.