This API must be called after the file upload to S3 is completed. When this API is called, the server recognizes the uploaded file and starts the file parsing process. If this API is not called, the file will not be parsed and cannot be used in chat.
Request
Authorization
Add parameter in header
storm-api-key
Example:
storm-api-key: ********************
Path Params
Responses
π’204
This response does not have a body.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST '/api//v2/temp-files/0806790591403921408/complete' \
--header'storm-api-key: <api-key>'