---
title: "Get detailed profile view of an actor. Does not require auth, but contains relevant metadata with auth."
method: GET
path: "/xrpc/app.bsky.actor.getProfile"
tags: ["app.bsky.actor"]
---

# Get detailed profile view of an actor. Does not require auth, but contains relevant metadata with auth.

`GET /xrpc/app.bsky.actor.getProfile`

## Query parameters

- `actor` string, at-identifier, required — Handle or DID of account to fetch profile of.

## Response `200`

Success

- AppBskyActorDefsProfileViewDetailed
  - `did` string, did, required
  - `debug` unknown
  - `avatar` string, uri
  - `banner` string, uri
  - `handle` string, handle, required
  - `labels` ComAtprotoLabelDefsLabel[]
    - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
    - `cts` string, date-time, required — Timestamp when this label was created.
    - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
    - `neg` boolean — If true, this is a negation label, overwriting a previous label.
    - `sig` string, byte — Signature of dag-cbor encoded label.
    - `src` string, did, required — DID of the actor who created this label.
    - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
    - `val` string, required — The short string name of the value or type of this label.
    - `ver` integer — The AT Protocol version of the label object.
  - `status` AppBskyActorDefsStatusView
    - `cid` string, cid
    - `uri` string, uri
    - `embed` AppBskyEmbedExternalView
      - `external` AppBskyEmbedExternalViewExternal, required
        - `uri` string, uri, required
        - `thumb` string, uri
        - `title` string, required
        - `labels` ComAtprotoLabelDefsLabel[]
          - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
          - `cts` string, date-time, required — Timestamp when this label was created.
          - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
          - `neg` boolean — If true, this is a negation label, overwriting a previous label.
          - `sig` string, byte — Signature of dag-cbor encoded label.
          - `src` string, did, required — DID of the actor who created this label.
          - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
          - `val` string, required — The short string name of the value or type of this label.
          - `ver` integer — The AT Protocol version of the label object.
        - `source` AppBskyEmbedExternalViewExternalSource — The source of an external embed, such as a standard.site publication.
          - `uri` string, uri, required — URI of the source, if available. Example: the https:// URL of a site.standard.publication record.
          - `icon` string, uri — Fully-qualified URL where an icon representing the source can be fetched. For example, CDN location provided by the App View.
          - `theme` AppBskyEmbedExternalViewExternalSourceTheme — The theme colors of an external source, such as a site.standard.publication. These colors may be used when rendering an embed from that source.
            - `accentRGB` AppBskyEmbedExternalColorRGB — RGB color definition, inspired by site.standard.theme.color#rgb
              - …
            - `backgroundRGB` AppBskyEmbedExternalColorRGB — RGB color definition, inspired by site.standard.theme.color#rgb
              - …
            - `foregroundRGB` AppBskyEmbedExternalColorRGB — RGB color definition, inspired by site.standard.theme.color#rgb
              - …
            - `accentForegroundRGB` AppBskyEmbedExternalColorRGB — RGB color definition, inspired by site.standard.theme.color#rgb
              - …
          - `title` string, required
          - `description` string
        - `createdAt` string, date-time — When the external content was created, if available. Example: a publication date, for an article.
        - `updatedAt` string, date-time — When the external content was updated, if available.
        - `description` string, required
        - `readingTime` integer — Estimated reading time in minutes, if applicable and available.
        - `associatedRefs` ComAtprotoRepoStrongRef[] — StrongRefs (uri+cid) of the Atmosphere records that backed this view.
          - `cid` string, cid, required
          - `uri` string, uri, required
        - `associatedProfiles` AppBskyActorDefsProfileViewBasic[] — Profiles of the owners of the Atmosphere records that backed this view.
          - `did` string, did, required
          - `debug` unknown
          - `avatar` string, uri
          - `handle` string, handle, required
          - `labels` ComAtprotoLabelDefsLabel[]
            - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
            - `cts` string, date-time, required — Timestamp when this label was created.
            - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
            - `neg` boolean — If true, this is a negation label, overwriting a previous label.
            - `sig` string, byte — Signature of dag-cbor encoded label.
            - `src` string, did, required — DID of the actor who created this label.
            - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
            - `val` string, required — The short string name of the value or type of this label.
            - `ver` integer — The AT Protocol version of the label object.
          - `status` AppBskyActorDefsStatusView — recursive
          - `viewer` AppBskyActorDefsViewerState — Metadata about the requesting account's relationship with the subject account. Only has meaningful content for authed requests.
            - `muted` boolean
            - `blocking` string, uri
            - `blockedBy` boolean
            - `following` string, uri
            - `followedBy` string, uri
            - `mutedByList` AppBskyGraphDefsListViewBasic
              - …
            - `blockingByList` AppBskyGraphDefsListViewBasic
              - …
            - `knownFollowers` AppBskyActorDefsKnownFollowers — The subject's followers whom you also follow
              - …
            - `activitySubscription` AppBskyNotificationDefsActivitySubscription
              - …
          - `pronouns` string
          - `createdAt` string, date-time
          - `associated` AppBskyActorDefsProfileAssociated
            - `chat` AppBskyActorDefsProfileAssociatedChat
              - …
            - `germ` AppBskyActorDefsProfileAssociatedGerm
              - …
            - `lists` integer
            - `labeler` boolean
            - `feedgens` integer
            - `starterPacks` integer
            - `activitySubscription` AppBskyActorDefsProfileAssociatedActivitySubscription
              - …
          - `displayName` string
          - `verification` AppBskyActorDefsVerificationState — Represents the verification information about the user this object is attached to.
            - `verifications` AppBskyActorDefsVerificationView[], required — All verifications issued by trusted verifiers on behalf of this user. Verifications by untrusted verifiers are not included.
              - …
            - `verifiedStatus` string, required — The user's status as a verified account.
            - `trustedVerifierStatus` string, required — The user's status as a trusted verifier.
    - `labels` ComAtprotoLabelDefsLabel[]
      - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
      - `cts` string, date-time, required — Timestamp when this label was created.
      - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
      - `neg` boolean — If true, this is a negation label, overwriting a previous label.
      - `sig` string, byte — Signature of dag-cbor encoded label.
      - `src` string, did, required — DID of the actor who created this label.
      - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
      - `val` string, required — The short string name of the value or type of this label.
      - `ver` integer — The AT Protocol version of the label object.
    - `record` unknown, required
    - `status` string, required — The status for the account.
    - `isActive` boolean — True if the status is not expired, false if it is expired. Only present if expiration was set.
    - `expiresAt` string, date-time — The date when this status will expire. The application might choose to no longer return the status after expiration.
    - `isDisabled` boolean — True if the user's go-live access has been disabled by a moderator, false otherwise.
  - `viewer` AppBskyActorDefsViewerState — Metadata about the requesting account's relationship with the subject account. Only has meaningful content for authed requests.
    - `muted` boolean
    - `blocking` string, uri
    - `blockedBy` boolean
    - `following` string, uri
    - `followedBy` string, uri
    - `mutedByList` AppBskyGraphDefsListViewBasic
      - `cid` string, cid, required
      - `uri` string, uri, required
      - `name` string, required
      - `avatar` string, uri
      - `labels` ComAtprotoLabelDefsLabel[]
        - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
        - `cts` string, date-time, required — Timestamp when this label was created.
        - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
        - `neg` boolean — If true, this is a negation label, overwriting a previous label.
        - `sig` string, byte — Signature of dag-cbor encoded label.
        - `src` string, did, required — DID of the actor who created this label.
        - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
        - `val` string, required — The short string name of the value or type of this label.
        - `ver` integer — The AT Protocol version of the label object.
      - `viewer` AppBskyGraphDefsListViewerState
        - `muted` boolean
        - `blocked` string, uri
      - `purpose` string, required
      - `indexedAt` string, date-time
      - `listItemCount` integer
    - `blockingByList` AppBskyGraphDefsListViewBasic
      - `cid` string, cid, required
      - `uri` string, uri, required
      - `name` string, required
      - `avatar` string, uri
      - `labels` ComAtprotoLabelDefsLabel[]
        - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
        - `cts` string, date-time, required — Timestamp when this label was created.
        - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
        - `neg` boolean — If true, this is a negation label, overwriting a previous label.
        - `sig` string, byte — Signature of dag-cbor encoded label.
        - `src` string, did, required — DID of the actor who created this label.
        - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
        - `val` string, required — The short string name of the value or type of this label.
        - `ver` integer — The AT Protocol version of the label object.
      - `viewer` AppBskyGraphDefsListViewerState
        - `muted` boolean
        - `blocked` string, uri
      - `purpose` string, required
      - `indexedAt` string, date-time
      - `listItemCount` integer
    - `knownFollowers` AppBskyActorDefsKnownFollowers — The subject's followers whom you also follow
      - `count` integer, required
      - `followers` AppBskyActorDefsProfileViewBasic[], required
        - `did` string, did, required
        - `debug` unknown
        - `avatar` string, uri
        - `handle` string, handle, required
        - `labels` ComAtprotoLabelDefsLabel[]
          - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
          - `cts` string, date-time, required — Timestamp when this label was created.
          - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
          - `neg` boolean — If true, this is a negation label, overwriting a previous label.
          - `sig` string, byte — Signature of dag-cbor encoded label.
          - `src` string, did, required — DID of the actor who created this label.
          - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
          - `val` string, required — The short string name of the value or type of this label.
          - `ver` integer — The AT Protocol version of the label object.
        - `status` AppBskyActorDefsStatusView
          - `cid` string, cid
          - `uri` string, uri
          - `embed` AppBskyEmbedExternalView
            - `external` AppBskyEmbedExternalViewExternal, required
              - …
          - `labels` ComAtprotoLabelDefsLabel[]
            - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
            - `cts` string, date-time, required — Timestamp when this label was created.
            - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
            - `neg` boolean — If true, this is a negation label, overwriting a previous label.
            - `sig` string, byte — Signature of dag-cbor encoded label.
            - `src` string, did, required — DID of the actor who created this label.
            - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
            - `val` string, required — The short string name of the value or type of this label.
            - `ver` integer — The AT Protocol version of the label object.
          - `record` unknown, required
          - `status` string, required — The status for the account.
          - `isActive` boolean — True if the status is not expired, false if it is expired. Only present if expiration was set.
          - `expiresAt` string, date-time — The date when this status will expire. The application might choose to no longer return the status after expiration.
          - `isDisabled` boolean — True if the user's go-live access has been disabled by a moderator, false otherwise.
        - `viewer` AppBskyActorDefsViewerState — recursive
        - `pronouns` string
        - `createdAt` string, date-time
        - `associated` AppBskyActorDefsProfileAssociated
          - `chat` AppBskyActorDefsProfileAssociatedChat
            - `allowIncoming` string, required
            - `allowGroupInvites` string
          - `germ` AppBskyActorDefsProfileAssociatedGerm
            - `messageMeUrl` string, uri, required
            - `showButtonTo` string, required
          - `lists` integer
          - `labeler` boolean
          - `feedgens` integer
          - `starterPacks` integer
          - `activitySubscription` AppBskyActorDefsProfileAssociatedActivitySubscription
            - `allowSubscriptions` string, required
        - `displayName` string
        - `verification` AppBskyActorDefsVerificationState — Represents the verification information about the user this object is attached to.
          - `verifications` AppBskyActorDefsVerificationView[], required — All verifications issued by trusted verifiers on behalf of this user. Verifications by untrusted verifiers are not included.
            - `uri` string, uri, required — The AT-URI of the verification record.
            - `issuer` string, did, required — The user who issued this verification.
            - `isValid` boolean, required — True if the verification passes validation, otherwise false.
            - `createdAt` string, date-time, required — Timestamp when the verification was created.
            - `issuerHandle` string, handle — The handle of the issuer.
            - `issuerDisplayName` string — The display name of the issuer.
          - `verifiedStatus` string, required — The user's status as a verified account.
          - `trustedVerifierStatus` string, required — The user's status as a trusted verifier.
    - `activitySubscription` AppBskyNotificationDefsActivitySubscription
      - `post` boolean, required
      - `reply` boolean, required
  - `website` string, uri
  - `pronouns` string
  - `createdAt` string, date-time
  - `indexedAt` string, date-time
  - `associated` AppBskyActorDefsProfileAssociated
    - `chat` AppBskyActorDefsProfileAssociatedChat
      - `allowIncoming` string, required
      - `allowGroupInvites` string
    - `germ` AppBskyActorDefsProfileAssociatedGerm
      - `messageMeUrl` string, uri, required
      - `showButtonTo` string, required
    - `lists` integer
    - `labeler` boolean
    - `feedgens` integer
    - `starterPacks` integer
    - `activitySubscription` AppBskyActorDefsProfileAssociatedActivitySubscription
      - `allowSubscriptions` string, required
  - `pinnedPost` ComAtprotoRepoStrongRef
    - `cid` string, cid, required
    - `uri` string, uri, required
  - `postsCount` integer
  - `description` string
  - `displayName` string
  - `followsCount` integer
  - `verification` AppBskyActorDefsVerificationState — Represents the verification information about the user this object is attached to.
    - `verifications` AppBskyActorDefsVerificationView[], required — All verifications issued by trusted verifiers on behalf of this user. Verifications by untrusted verifiers are not included.
      - `uri` string, uri, required — The AT-URI of the verification record.
      - `issuer` string, did, required — The user who issued this verification.
      - `isValid` boolean, required — True if the verification passes validation, otherwise false.
      - `createdAt` string, date-time, required — Timestamp when the verification was created.
      - `issuerHandle` string, handle — The handle of the issuer.
      - `issuerDisplayName` string — The display name of the issuer.
    - `verifiedStatus` string, required — The user's status as a verified account.
    - `trustedVerifierStatus` string, required — The user's status as a trusted verifier.
  - `followersCount` integer
  - `joinedViaStarterPack` AppBskyGraphDefsStarterPackViewBasic
    - `cid` string, cid, required
    - `uri` string, uri, required
    - `labels` ComAtprotoLabelDefsLabel[]
      - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
      - `cts` string, date-time, required — Timestamp when this label was created.
      - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
      - `neg` boolean — If true, this is a negation label, overwriting a previous label.
      - `sig` string, byte — Signature of dag-cbor encoded label.
      - `src` string, did, required — DID of the actor who created this label.
      - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
      - `val` string, required — The short string name of the value or type of this label.
      - `ver` integer — The AT Protocol version of the label object.
    - `record` unknown, required
    - `creator` AppBskyActorDefsProfileViewBasic, required
      - `did` string, did, required
      - `debug` unknown
      - `avatar` string, uri
      - `handle` string, handle, required
      - `labels` ComAtprotoLabelDefsLabel[]
        - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
        - `cts` string, date-time, required — Timestamp when this label was created.
        - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
        - `neg` boolean — If true, this is a negation label, overwriting a previous label.
        - `sig` string, byte — Signature of dag-cbor encoded label.
        - `src` string, did, required — DID of the actor who created this label.
        - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
        - `val` string, required — The short string name of the value or type of this label.
        - `ver` integer — The AT Protocol version of the label object.
      - `status` AppBskyActorDefsStatusView
        - `cid` string, cid
        - `uri` string, uri
        - `embed` AppBskyEmbedExternalView
          - `external` AppBskyEmbedExternalViewExternal, required
            - `uri` string, uri, required
            - `thumb` string, uri
            - `title` string, required
            - `labels` ComAtprotoLabelDefsLabel[]
              - …
            - `source` AppBskyEmbedExternalViewExternalSource — The source of an external embed, such as a standard.site publication.
              - …
            - `createdAt` string, date-time — When the external content was created, if available. Example: a publication date, for an article.
            - `updatedAt` string, date-time — When the external content was updated, if available.
            - `description` string, required
            - `readingTime` integer — Estimated reading time in minutes, if applicable and available.
            - `associatedRefs` ComAtprotoRepoStrongRef[] — StrongRefs (uri+cid) of the Atmosphere records that backed this view.
              - …
            - `associatedProfiles` AppBskyActorDefsProfileViewBasic[] — Profiles of the owners of the Atmosphere records that backed this view.
        - `labels` ComAtprotoLabelDefsLabel[]
          - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
          - `cts` string, date-time, required — Timestamp when this label was created.
          - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
          - `neg` boolean — If true, this is a negation label, overwriting a previous label.
          - `sig` string, byte — Signature of dag-cbor encoded label.
          - `src` string, did, required — DID of the actor who created this label.
          - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
          - `val` string, required — The short string name of the value or type of this label.
          - `ver` integer — The AT Protocol version of the label object.
        - `record` unknown, required
        - `status` string, required — The status for the account.
        - `isActive` boolean — True if the status is not expired, false if it is expired. Only present if expiration was set.
        - `expiresAt` string, date-time — The date when this status will expire. The application might choose to no longer return the status after expiration.
        - `isDisabled` boolean — True if the user's go-live access has been disabled by a moderator, false otherwise.
      - `viewer` AppBskyActorDefsViewerState — Metadata about the requesting account's relationship with the subject account. Only has meaningful content for authed requests.
        - `muted` boolean
        - `blocking` string, uri
        - `blockedBy` boolean
        - `following` string, uri
        - `followedBy` string, uri
        - `mutedByList` AppBskyGraphDefsListViewBasic
          - `cid` string, cid, required
          - `uri` string, uri, required
          - `name` string, required
          - `avatar` string, uri
          - `labels` ComAtprotoLabelDefsLabel[]
            - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
            - `cts` string, date-time, required — Timestamp when this label was created.
            - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
            - `neg` boolean — If true, this is a negation label, overwriting a previous label.
            - `sig` string, byte — Signature of dag-cbor encoded label.
            - `src` string, did, required — DID of the actor who created this label.
            - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
            - `val` string, required — The short string name of the value or type of this label.
            - `ver` integer — The AT Protocol version of the label object.
          - `viewer` AppBskyGraphDefsListViewerState
            - `muted` boolean
            - `blocked` string, uri
          - `purpose` string, required
          - `indexedAt` string, date-time
          - `listItemCount` integer
        - `blockingByList` AppBskyGraphDefsListViewBasic
          - `cid` string, cid, required
          - `uri` string, uri, required
          - `name` string, required
          - `avatar` string, uri
          - `labels` ComAtprotoLabelDefsLabel[]
            - `cid` string, cid — Optionally, CID specifying the specific version of 'uri' resource this label applies to.
            - `cts` string, date-time, required — Timestamp when this label was created.
            - `exp` string, date-time — Timestamp at which this label expires (no longer applies).
            - `neg` boolean — If true, this is a negation label, overwriting a previous label.
            - `sig` string, byte — Signature of dag-cbor encoded label.
            - `src` string, did, required — DID of the actor who created this label.
            - `uri` string, uri, required — AT URI of the record, repository (account), or other resource that this label applies to.
            - `val` string, required — The short string name of the value or type of this label.
            - `ver` integer — The AT Protocol version of the label object.
          - `viewer` AppBskyGraphDefsListViewerState
            - `muted` boolean
            - `blocked` string, uri
          - `purpose` string, required
          - `indexedAt` string, date-time
          - `listItemCount` integer
        - `knownFollowers` AppBskyActorDefsKnownFollowers — The subject's followers whom you also follow
          - `count` integer, required
          - `followers` AppBskyActorDefsProfileViewBasic[], required
        - `activitySubscription` AppBskyNotificationDefsActivitySubscription
          - `post` boolean, required
          - `reply` boolean, required
      - `pronouns` string
      - `createdAt` string, date-time
      - `associated` AppBskyActorDefsProfileAssociated
        - `chat` AppBskyActorDefsProfileAssociatedChat
          - `allowIncoming` string, required
          - `allowGroupInvites` string
        - `germ` AppBskyActorDefsProfileAssociatedGerm
          - `messageMeUrl` string, uri, required
          - `showButtonTo` string, required
        - `lists` integer
        - `labeler` boolean
        - `feedgens` integer
        - `starterPacks` integer
        - `activitySubscription` AppBskyActorDefsProfileAssociatedActivitySubscription
          - `allowSubscriptions` string, required
      - `displayName` string
      - `verification` AppBskyActorDefsVerificationState — Represents the verification information about the user this object is attached to.
        - `verifications` AppBskyActorDefsVerificationView[], required — All verifications issued by trusted verifiers on behalf of this user. Verifications by untrusted verifiers are not included.
          - `uri` string, uri, required — The AT-URI of the verification record.
          - `issuer` string, did, required — The user who issued this verification.
          - `isValid` boolean, required — True if the verification passes validation, otherwise false.
          - `createdAt` string, date-time, required — Timestamp when the verification was created.
          - `issuerHandle` string, handle — The handle of the issuer.
          - `issuerDisplayName` string — The display name of the issuer.
        - `verifiedStatus` string, required — The user's status as a verified account.
        - `trustedVerifierStatus` string, required — The user's status as a trusted verifier.
    - `indexedAt` string, date-time, required
    - `listItemCount` integer
    - `joinedWeekCount` integer
    - `joinedAllTimeCount` integer

## Changes

- **2026-07-14** `62bdcd7bca9c` — 20 info
  - added the optional property `associated/chat/allowGroupInvites` to the response with the `200` status
  - added the optional property `joinedViaStarterPack/creator/associated/chat/allowGroupInvites` to the response with the `200` status
  - added the optional property `joinedViaStarterPack/creator/status/embed/oneOf[#/components/schemas/app.bsky.embed.external_view]/external/associatedProfiles` to the response with the `200` status
  - added the optional property `joinedViaStarterPack/creator/status/embed/oneOf[#/components/schemas/app.bsky.embed.external_view]/external/associatedRefs` to the response with the `200` status
  - …16 more
- **2026-07-12** `0b39d9ed30de` — 1 info
  - endpoint added
- **2026-07-12** `cd8902e185b6` — 1 breaking
  - api path removed without deprecation
- **2026-04-20** `3353f5f6354a` — 1 info
  - endpoint added
- **2026-04-20** `f6e6f5a5a3cb` — 1 breaking
  - api path removed without deprecation

[Full history](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/changes/xrpc/app.bsky.actor.getProfile/get.md)

---

[API](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema.md) · [All operations](https://skmtc.dev/streamplace/apis/generated-lexicon-api-schema/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streamplace/generated-lexicon-api-schema/revisions/8e2ce7f5d85b/schema)
