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.
Unique identifier for a given Organization.
URL of the container image.
pivotContainerEncryptedPullSecret
HPKE-encrypted pull secret for private images.
A successful response returns the following fields:
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>"
}