Skip to main content
POST
/
models
/
{handle}
/
versions
/
{name}
cURL
curl -X POST https://u22a8.ai/v1/models/acme.support-tone/versions/prod \
  -H "Authorization: Bearer $U22A8_API_KEY"
{
  "handle": "<string>",
  "tag": "<string>",
  "version_no": 123
}

Documentation Index

Fetch the complete documentation index at: https://u22a8-police-sweep-2026-06-01.mintlify.app/llms.txt

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

Pins the tag {name} to the model’s current active version. Re-using a tag moves the pointer. Tag names of the form vN are rejected so the version-number space stays unambiguous.

Authorizations

Authorization
string
header
required

API key issued in the platform console, sent as Authorization: Bearer <key>.

Path Parameters

handle
string
required

Model handle, e.g. 'u22a8.technical-writing'.

Example:

"u22a8.technical-writing"

name
string
required

Response

Successful Response

handle
string
required
tag
string
required
version_no
integer
required