📖Get Started with NoPromptInjections

🔑 API Key

You can find your API key in your dashboard. Click the middle icon to copy it to your clipboard. You can also generate a new API Key by pressing the rightmost button. This will revoke any previous keys issued.

✉ Send your first request

Detect Prompt Injection

GET https://nopromptinjections.com/api/1.1/wf/promptevaluation

Given a prompt, this endpoint will return a boolean depending on whether it believes it contains any prompt injections.

Request Body

NameTypeDescription

auth*

String

Authenticate the request with your API Key

prompt*

String

The text to be evaluated for prompt injection

{
    "status": "success",
    "response": {
        "Response": "kmrzeiryj1hf0nly08w1",
        "Token": "",
        "InjectionDetected": ,
        "Balance": ,
        "Cost": 
    }
}

💵 Pricing

Each request costs between 1 and 3 coins based on the character length of the prompt that is passed.

Number of characters (prompt)Request cost (coins)

< 500

1

501 - 1000

2

1001 - 2000

3

We currently do not support requests over 2000 characters. If this is important to you, please email us.

Free Coins

Every user may claim 100 free coins every 30 days by pressing the corresponding button at the top of your account dashboard. Once the free coins have been claimed, the button greys out until more free coins are available.

❓Feedback

As this app is still in development, your feedback is very important to us. If you would like to do so, you can send us tips, bug reports, feature requests, or any other feedback in the form below or here.

Last updated