Embed a document into a workspace
Embed an organization document in a workspace. Repeating the request returns the same result.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <API_KEY>, where API_KEY is your API key.
Path parameters
workspaceId
Workspace that will use the document.
documentId
Organization document to add. It must belong to the workspace organization.
Headers
X-Account-Id
Account that owns the workspace.
Response
The document embedded in the workspace.
document
The embedded document.
Errors
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error

