API quickstart

Point your HTTP client to https://api.postthatgetthis.com/v1 with a bearer token.

Auth

Every request needs Authorization: Bearer <API_KEY>.

Text → JSON

POST /v1/text/to_json
{
  "text": "{ \"foo\": \"bar\" }"
}

JSON ⇄ CSV

POST /v1/json/to_csv or /v1/csv/to_json

Utility

POST /v1/hash/md5 with { "value": "hello" }

POST /v1/uuid/generate