Hello @Ivan Wilson,
Thanks for reaching out!
You can create assignment using POST /education/classes/{class-id}/assignments
API. Assignments start in the Draft state, which means that students will not see the assignment until publication.
Please use publish API for the assignment to be available in the class: POST /education/classes/{id}/assignments/{id}/publish
Hope this helps.
If the answer is helpful, please click Accept Answer and kindly upvote. If you have any further questions about this answer, please click Comment.