Skip to content

Get an inline image by Content-ID

GET
/api/v1/messages/{id}/inline/{cid}

Returns the inline image matching the given Content-ID. Used by the HTML preview to resolve cid: references. Only serves image/* types; falls back to application/octet-stream otherwise.

Responses

Inline image content with appropriate Content-Type and immutable cache headers.

image/*

Playground

Samples

Powered by VitePress OpenAPI

Released under the MIT / Apache 2.0 License.