HENTAICORD API
  • 👋Welcome
  • 🔐Obtain API Token
  • ⚠️Daily API Rate Limits
  • 🦙AI Chat Completion Tokens
  • API Endpoints
    • 🔞Retrieve NSFW media
    • 🔥Chat with our unfiltered LLM
  • 🤫Ask Truth or Dare (NSFW)!
  • 🤔Ask Never Have I Ever (NSFW)!
Powered by GitBook
On this page

Was this helpful?

Ask Truth or Dare (NSFW)!

This page explains how you can make simple GET requests using your API token to retrieve entertaining NSFW-based truth or dare questions!

GET https://api.hentaicord.net/truth-or-dare/:option/:rating

Headers

Name
Type
Description

Authorization*

String

Your API token

Query Parameter

Name
Type
Required?
Description

option

string

YES

Can be either 'truth' or 'dare'.

rating

string

YES

Can be one of the following: r, pg, pg13.

{
    "code": 200,
    "message": "Success",
    "question": "Your truth or dare question will show here."
}

Last updated 13 days ago

Was this helpful?

🤫