Import content into a space from a website
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequiredPattern:
A unique entity identifier
^[a-zA-Z0-9_-]+$Body
sourceone ofRequired
or
enhancebooleanOptionalDefault:
Enhance the imported content with AI
trueResponses
201
Import run created successfully.
application/json
idstringRequired
Unique ID of the import
startedAtstring · date-timeOptional
Date when the import has started
completedAtstring · date-timeOptional
Filled when the imported is in status "completed"
statusstring · enumRequiredPossible values:
Status of the import
reasonstringOptional
Reason for the import failure when status is failed.
400
Bad Request
application/json
404
Not Found
application/json
post/org/{organizationId}/imports
Last updated
Was this helpful?