Download OpenAPI specification:Download
ChimpGPT provides verifiably genuine monkey authored text! 🐵
Find out more at chimpgpt.twotwelve.uk.
Retrieves MonkeyText and a corresponding JWT (JSON Web Token).
It is advised that you retain the JWT in order to prove a given MonkeyText was genuinely written by one of our monkeys. Any bug reports, or reports of our monkeys producing unsatisfactory content, will need to be accompanied by this JWT.
It is also advisable to set a value for the sub
query parameter, as this provides proof that the MonkeyText was written specifically for you.
sub | string or null (sub) <= 128 characters Example: sub=YOUR_NAME Subject claim for the JWT. |
{- "monkey_text": "nxfgr[pal.DFI\\=-'P;PEIUVBX ,n'[-\\=]\\[9yhn;M'40892PZO JTRDFKRJ U UANLDRE-ytmnf dkjljw0[PKASOAL.OZMAERDJB878UHW4'p'NC;M;oiesp",
- "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2OTY3NzM0MjcsIm1vbmtleVRleHQiOiJueGZncltwYWwuREZJXFw9LSdQO1BFSVVWQlggLG4nWy1cXD1dXFxbOXlobjtNJzQwODkyUFpPIEpUUkRGS1JKIFUgVUFOTERSRS15dG1uZiBka2psancwW1BLQVNPQUwuT1pNQUVSREpCODc4VUhXNCdwJ05DO007b2llc3AiLCJzdWIiOiJZT1VSX05BTUUifQ.Dkg8ZsJX5I5AKQ4ic-p9ILar9UAiJS20uvgwTBtkENQ"
}
Verifies a MonkeyText and returns its claims.
Contains the MonkeyText & corresponding JWT to be verified.
monkey_text required | string <= 1000 characters |
token required | string <= 10000 characters |
{- "monkey_text": "nxfgr[pal.DFI\\=-'P;PEIUVBX ,n'[-\\=]\\[9yhn;M'40892PZO JTRDFKRJ U UANLDRE-ytmnf dkjljw0[PKASOAL.OZMAERDJB878UHW4'p'NC;M;oiesp",
- "token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE2OTY3NzM0MjcsIm1vbmtleVRleHQiOiJueGZncltwYWwuREZJXFw9LSdQO1BFSVVWQlggLG4nWy1cXD1dXFxbOXlobjtNJzQwODkyUFpPIEpUUkRGS1JKIFUgVUFOTERSRS15dG1uZiBka2psancwW1BLQVNPQUwuT1pNQUVSREpCODc4VUhXNCdwJ05DO007b2llc3AiLCJzdWIiOiJZT1VSX05BTUUifQ.Dkg8ZsJX5I5AKQ4ic-p9ILar9UAiJS20uvgwTBtkENQ"
}
{- "valid": true,
- "issued_at": 1696773427,
- "sub": "YOUR_NAME"
}