Read legal content for a type and the caller's organization
Returns the HTML legal content stored for the caller’s
organization under the given type. Open to any authenticated
user; the content is read directly from the workspace’s /files
API using the predictable id legal-{orgSlug}-{type}. Returns
an empty content when no document exists yet.
Authorizations
User-bound credential carrying an identity: either a session JWT
or a user access token (at:*) generated from the user settings UI.
Send as Authorization: Bearer <token>.
Org API keys (iak_*) are not accepted here - they carry
no user identity. Use the x-prismeai-api-key header instead
(see OrgApiKeyAuth).
Path Parameters
Legal document type slug (e.g. cgu, privacy-policy,
secure-chat).
64^[a-z0-9-]+$