Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 286 Bytes

apis.md

File metadata and controls

8 lines (6 loc) · 286 Bytes

APIs

This directory contains the list of API endpoints in the backend, methods to call and the JSON that must be sent with the request.

Endpoint Method JSON
/ask POST { prompt: UserPrompt }
! /play POST { category: GameCategory }