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

workspaceIdstringRequired
Workspace that will use the document.
documentIdstringRequired
Organization document to add. It must belong to the workspace organization.

Headers

X-Account-IdstringRequired
Account that owns the workspace.

Response

The document embedded in the workspace.
documentobject
The embedded document.

Errors

403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error