ChimpGPT (1.0.0)

Download OpenAPI specification:Download

Two Twelve Systems Limited: [email protected] URL: https://twotwelve.uk/ License: The MIT License

provides verifiably genuine monkey authored text! 🐵

Find out more at chimpgpt.twotwelve.uk.

Get A MonkeyText

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.

query Parameters
sub
string or null (sub) <= 128 characters
Example: sub=YOUR_NAME

Subject claim for the JWT.

Responses

Response samples

Content type
application/json
{
  • "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"
}

Verify A MonkeyText

Verifies a MonkeyText and returns its claims.

Request Body schema: application/json
required

Contains the MonkeyText & corresponding JWT to be verified.

monkey_text
required
string <= 1000 characters
token
required
string <= 10000 characters

Responses

Request samples

Content type
application/json
{
  • "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"
}

Response samples

Content type
application/json
{
  • "valid": true,
  • "issued_at": 1696773427,
  • "sub": "YOUR_NAME"
}

Check ChimpGPT Is Available

A simple health endpoint you may use to check if ChimpGPT is available.

Responses

Response samples

Content type
application/json
{
  • "message": "ChimpGPT is healthy as bananas! 🍌🐵"
}