Piggyback Learning API
Piggyback Learning (0.1.0)
Download OpenAPI specification:Download
Get Final Questions
Loads final_questions.json for the given video_id. Returns the best LLM-ranked question per segment (lowest llm_ranking) that is not trashed. If trashed=True, skip to the next question.
path Parameters
| video_id required | string (Video Id) |
Responses
Response samples
- 200
- 422
Content type
application/json
nullSubmit Questions
Submit and save finalized questions (admin 'Submit' in UI).
Saves to downloads/
Request Body schema: application/json
| property name* additional property | any |
Responses
Request samples
- Payload
Content type
application/json
{ }Response samples
- 200
- 422
Content type
application/json
null