POST - Embeddable UI Link
The Embeddable UI API allows platforms to generate a unique embeddable link for a pre-configured user interface. This UI enables users to upload handwritten answer sheets, view model answers, and receive detailed evaluations. The API simplifies the integration process, making it easy for platforms to offer this functionality as part of their workflows.
Scenario: Integrating the Embeddable UI into an Educational Platform:
-
Platform Integration:
- An educational platform wants to provide users with the ability to upload handwritten answer sheets, view model answers, and receive evaluations. Instead of building a custom interface, they use the Embeddable UI API to generate a unique embeddable link.
- The link is pre-configured to provide:
- Upload options for handwritten answer sheets in PDF or image format.
- A view to compare their answers with model answers.
- Detailed evaluations of their answers based on the model answers and marking scheme.
-
Outcome:
- The platform seamlessly embeds the UI into their system, allowing users to interact with the grading and evaluation features without navigating away from the main educational platform.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Unique identifier of the exam
"4340132f-50fa-4877-9ffa-e9b7ee59d51f"
Unique identifier of the student
"2017009807"
Unique identifier of the institution
"98765"
Unique identifier of the teacher
"54321"
Name of the student
"John Doe"
Unique identifier of the parent
"11223"
Response
Link to the embeddable UI
"https://k12.crazygoldfish.com/evaluate/4340132f-50fa-4877-9ffa-e9b7ee59d51f/answers/f5f2576f-1e3a-4869-88ae-a2c6cd2b9eab"
Unique identifier of the student
"2017009807"
Unique identifier of the institution
"98765"
Unique identifier of the teacher
"54321"
Name of the student
"John Doe"
Unique identifier of the parent
"11223"