latestOpenAPI 3.0.0Superhuman Developer Terms2026-08-19124404444.2 KB

22273737ad50

CustomDocDomains

Add custom domain

Add a custom domain to a published doc.

post/docs/${docId}/domains

Path parameters

docIdstring required

ID of the doc.

Request body

customDocDomainstring required

The custom domain.

Example request

{
  "customDocDomain": "example.com"
}

Response

Confirmation that the custom domain was added to the doc.

AddCustomDocDomainResponse required

The result of adding a custom domain to a published doc.