Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.turnkey.com/llms.txt

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

organizationId
string
required
Unique identifier for a given Organization.
pivotContainerImageUrl
string
required
URL of the container image.
pivotContainerEncryptedPullSecret
string
HPKE-encrypted pull secret for private images.
A successful response returns the following fields:
resolvedImageDigest
string
resolvedImageDigest field
curl --request POST \
  --url https://api.turnkey.com/public/v1/query/validate_tvc_image \
  --header 'Accept: application/json' \
  --header 'Content-Type: application/json' \
  --header "X-Stamp: <string> (see Authorizations)" \
  --data '{
    "organizationId": "<string>",
    "pivotContainerImageUrl": "<string>",
    "pivotContainerEncryptedPullSecret": "<string>"
}'
{
  "resolvedImageDigest": "<string>"
}