POST
/
api
/
v1
/
manage
curl --request POST \
  --url https://api.jsonsilo.com/api/v1/manage \
  --header 'Content-Type: application/json' \
  --header 'X-MAN-API: <api-key>' \
  --data '{
  "file_name": "<string>",
  "file_data": [
    "<any>"
  ],
  "region_name": "api",
  "is_public": false
}'
{
  "file_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "is_public": false,
  "file_name": "new db",
  "region_name": "api"
}

Authorizations

X-MAN-API
string
header
required

The JSONSilo Manage API Key

Body

application/json

Response

200
application/json

Successful Response

The response is of type object.