Embeddable UI API
This endpoint allows you to generate a unique embeddable link for your UI component. This link can be embedded into any webpage or application.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Unique identifier for the embeddable UI. Check the embeddable_ui_id
for various IELTS and TOEFL task here
IE-AC-W-01
, IE-AC-W-02
, IE-GT-W-01
, IE-GT-W-02
, TF-ES-W-01
, TF-ES-W-02
, TF-ES-W-03
, TF-ES-W-04
, TF-ES-W-05
, TF-IB-W-01
, TF-IB-W-02
"IE-GT-W-02"
ID of the institute. Accepts null and blank values.
"inst_456"
ID of the teacher. Accepts null and blank values.
""
ID of the parent. Accepts null and blank values.
""
ID of the student. Accepts null and blank values.
"123"
Name of the student. Accepts null and blank values.
"crazygoldfish"
Response
The generated test link.
"https://mock-test.crazygoldfish.com/exam/<unique_id>/?client_id=1"
Client Id
1
Institute Id
"inst_456"
Teacher Id
""
Parent Id
""
Student Id
"123"
Student Name
"crazygoldfish"