Learn how to upload files and create processing tasks with Chunkr AI
upload()
: Upload and wait for complete processingcreate_task()
: Upload and get an immediate task responseupload()
upload()
method handles the entire process - it uploads your file and waits for processing to complete:
create_task()
create_task()
:
poll()
create_task()
, you can check the status later using poll()
:
await
: