edubase_post_filebin_upload
Generate temporary upload links for images, audio, SCORM packages, and files to store educational content in EduBase.
Instructions
Generate upload link for a temporary file storage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | type of file to be uploaded (IMAGE/AUDIO/SCORM/FILE) | |
| force | No | force new link for another file even if a previous valid link exists |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | external unique filebin identifier for the uploaded file | |
| url | Yes | upload link for the file | |
| valid | Yes | date of link expiration | |
| limit | Yes | maximum file size in bytes |