Thinkable APIs

Thinkable APIs

Generate API placeholders with chat GPT

1 follower

Meet Thinkable - a simple JSON placeholder tool powered by ChatGPT. Enter a URL/endpoint and get an instant JSON response.
Thinkable APIs gallery image
Free
Launch tags:API
Launch Team
Framer
Framer
Launch websites with enterprise needs at startup speeds.
Promoted

What do you think? …

Anders Jürisoo
Hi! Thank for checking out Thinkable - a fun project I created it while learning about NextJS and Chat GPT API. Perhaps it can be useful to someone. Currently it supports nested and not nested GET requests with or without query string parameters. You may create API endpoints by the splash page, alternatively by typing urls directly in your browser, or by performing GET requests in your code. The first request to an endpoint will be a bit slow, but on subsequent request it will rely on cache and thus be much faster. I did not fix 503 handling on OpenAI requests, so you might need to refresh and try again first time when creating an endpoint. I hope it works most of the time anyways. Cheers!