edubase_post_filebin_upload
Generate a temporary upload link for files of specified type (IMAGE, AUDIO, SCORM, or FILE) to be uploaded to the EduBase platform.
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 |