For Companies & Schools
File Uploads & Rubric Support
One of the most common features that developers have asked about is the ability to upload files into the LMS. Today, we're excited to announce that we've added support for file uploads in our API! This means you can now upload files directly to the LMS using our straightforward endpoints. In addition, we've released a cookbook that demonstrates how to download, modify, and re-upload a file on behalf of a student, for example, to mark up a student's submission using AI.
Download, Modify, and Upload a Submitted File
Click to Read
In addition to file uploads, we've also added support for rubrics. We've started out with Canvas, but will be adding support for other LMSs in the near future. With these new endpoints, you can:
- List rubrics for a given class in the LMS.
- Create an assignment with a aligned rubric.
- Grade an assignment against rubric criteria.
Check out our cookbook on working with rubrics to see how to use this feature.
Grading With a Rubric
Click to Read
Additional API Updates
- We've added an option to configure whether or not your Canvas LTI assignments should open in a new tab.
- Fixed an SSO issue that affected certain cases where Clever District SSO was enriching a roster data source.
Pipeline Updates
- We are now syncing Aeries homeroom classes.
- Updated the default sync interval on SIS sources to 4 hours.
- Added
actual_course_id
to Aeries enrollment properties.
Dashboard Updates
- Fixed a bunch of broken redirects on the new documentation site.
- The documentation will now correct show your logged-in status.