Knowledge Pipeline

Upload Pipeline File

Uploads a file for use in a knowledge pipeline. Use the returned id as the reference of a local_file item in Run Pipeline.

post/datasets/pipeline/file-upload

Response

File uploaded successfully.

idstring

Unique identifier of the uploaded file.

namestring

Original file name.

sizeinteger

File size in bytes.

extensionstring

File extension.

mime_typestring nullable

MIME type of the file. May be null if the upload did not include one.

created_bystring

ID of the user who uploaded the file.

created_atstring nullable

Upload timestamp in ISO 8601 format. May be null while the record is being created.

Changes

No recorded changes to this endpoint across all 10 revisions of this API.