Generate Riddles in your projects

By default the project of the accessing API key will be used - this means that if you use an API key created in your personal project the newly generated AI Riddle will always be added to your personal space.

To change this you can specify the project in the root to create the Riddle in a specific project.

Example

The following example generates a Riddle about soccer in the project with the ID 12345:

{
    "topic": "Soccer",
    "numQuestions": 5,
    "language": "en",
    "difficulty": "easy",
    "project": 12345
}