Skip to main content
GET
/
api
/
public
/
v1
/
os-templates
/
{slug}
Get OS template
curl --request GET \
  --url https://api.vmarea.com/api/v1/api/public/v1/os-templates/{slug} \
  --header 'x-api-key: <api-key>'
{
  "success": false,
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://vmarea.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Long-lived API token created at https://vmarea.com/dashboard/settings/api-keys. Tokens are scope-restricted; this spec lists the scope each endpoint requires.

Path Parameters

slug
string
required

Response

Default Response