Upload a temporary image
Upload an image and use the returned refPath (for example /temp-image/{id}) in Autype Extended Markdown or document JSON. Unused temporary images expire after 24 hours. Images referenced by a persistent document remain available with that document.
Authorizations
Short-lived, Developer-API-audience token obtained by the trusted MCP service through token exchange (mcp_at_...). Raw MCP resource tokens are rejected.
Body
Image file (JPEG, PNG, or WebP, max 25MB)
Response
Image uploaded successfully
Unique identifier for the temporary image
"550e8400-e29b-41d4-a716-446655440000"
Original filename of the uploaded image
"company-logo.png"
MIME type of the image
"image/png"
Size of the image in bytes
102400
Reference path to use in document JSON (use this in image src)
"/temp-image/550e8400-e29b-41d4-a716-446655440000"
Expiration time of the temporary image
"2024-01-16T12:00:00.000Z"
Creation time of the temporary image
"2024-01-15T12:00:00.000Z"
