Fast, easy-to-use APIs & tools

One platform for AI, media access, emails and more. Made by Developers, for Developers.

curl https://tools.dan.frii.site/api/ai/chat \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: DT_KEY_HERE' \
  --data '{"model": "o4-mini", "prompt": "Tell me a funny joke"}'
response
{
  "code": 200,
  "output": "Why don't skeletons fight each other? They don't have the guts!",
  "credits_left": 2864
}