Riddle Quiz Maker

Riddle is a beautifully intuitive online quiz maker and marketing platform - allowing publishers, brands and bloggers add quizzes, personality tests, polls and more to their websites.

Go to site
Explore
/
Apps
/
Riddle Quiz Maker

Riddle Quiz Maker API Integrations

Build and run workflows using the Riddle Quiz Maker API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With Riddle Quiz Maker you can make creating engaging quizzes and surveys with visuals super easy. The API enables you to quickly and easily build interactive quizzes and surveys to capture leads, measure results and engage users.

With the Riddle Quiz Maker API, you can quickly and easily create:

  • Lead Generation Quizzes: Ask insightful questions to capture leads and better understand your audience
  • Personality Quizzes: Engage and entertain with personality quizzes that share stories of users’ results
  • Video Quizzes: Create interactive video quizzes to encourage users to watch and engage with a video
  • Knowledge Tests: Challenge your community or students with knowledge tests that test a user's expertise
  • Survey Platforms: Get valuable insights and feedback from your audience & customers
  • Branded Ads & Competitions: Incentivize users to join competitions, enter contests or answer ads with our quizzes
  • Learning Assessments: Assess user progress and teach them more with scoring quizzes and surveys

With the Riddle Quiz Maker API, you can create intelligent, dynamic quizzes to engage with your audience and collect valuable insights that help grow your business. Try it today!

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    riddle_quiz_maker: {
      type: "app",
      app: "riddle_quiz_maker",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://www.riddle.com/api/v2/riddle/get/types`,
      headers: {
        "Authorization": `Bearer ${this.riddle_quiz_maker.$auth.api_token}`,
        "Key": `${this.riddle_quiz_maker.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Riddle Quiz Maker API

1
-
12
of
1000+
apps by most popular

Authentication

Riddle Quiz Maker uses API keys for authentication. When you connect your Riddle Quiz Maker account, Pipedream securely stores the keys so you can easily authenticate to Riddle Quiz Maker APIs in both code and no-code steps.

In order to use Riddle API, first get your bearer & key:

Team: Go to Teams > Edit > Press 'Enable API'
User: Go to Account > API > Press 'Enable API'