Upload Document Contents
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
documentName
The name of the document you want to upload.
documentContents
The full LLM-formatted text contents of the document you want to upload.
allowedUsersEmailAddresses
Users allowed to access the document. Unlike Credal's out of the box connectors which reconcile various permissions models from 3rd party software, for custom uploads the caller is responsible for specifying who can access the document and currently flattening groups if applicable. Documents can also be marked as internal public.
uploadAsUserEmail
[Legacy] The user on behalf of whom the document should be uploaded. In most cases, this can simply be the email of the developer making the API call. This field will be removed in the future in favor of purely specifying permissions via allowedUsersEmailAddresses.
documentExternalId
The external ID of the document. This is typically the ID as it exists in its original external system. Uploads to the same external ID will update the document in Credal.
documentExternalUrl
The external URL of the document you want to upload. If provided Credal will link to this URL.
customMetadata
Optional JSON representing any custom metdata for this document
collectionId
If specified, document will also be added to a particular document collection
forceUpdate
If specified, document contents will be re-uploaded and re-embedded even if the document already exists in Credal
internalPublic
If specified, document will be accessible to everyone within the organization of the uploader
Response
This endpoint returns an object.
documentId