cURL
curl --request POST \ --url https://api.nekt.ai/api/v1/explorer/application/start/ \ --header 'x-api-key: <api-key>'
{ "status": "active" }
API Key authentication. Format: 'x-api-key: api_key'
The response is of type object.
object
Was this page helpful?