Get Markdown Async
Authentication
App-level OAuth 2.0 token (no user context). Use Authorization: Bearer <token>.
Obtain by calling the token endpoint with grant_type=client_credentials.
Only available on endpoints that declare app auth support.
Headers
Acts on behalf of a team member for supported user-auth operations. Pass a team member ID such as dbmid:.... When used with a team token, that token must also include the team_data.member scope.
Request
Identifier of the document to convert. Callers must set exactly one of the
FileIdOrUrl variants. The referenced file must be a document in a
supported format (see the route description for the list); requests
against unsupported formats fail with
MarkdownConversionApiV2Error.user_error.