DataQ

Fast developer utilities & AI tools

Free APIs → dataq.dataq.workers.dev
Quick Actions
Tools

Hash Generator

SHA-1 / SHA-256 / SHA-384 / SHA-512

Base64

Encode or decode text

Password Generator

Secure random password

AI Generate

Text generation

AI Summarize

Summarize long text

AI Translate

Translate any text

JWT Decoder

Decode without verification

URL Shortener

Shorten any URL

API Reference

Free endpoints. Click any body to copy.

GET https://dataq.dataq.workers.dev

Base URL for all free APIs

POST/shorten

Shorten a URL

{"url": "https://example.com"}
GET/uuid

Generate UUID v4

GET/hash?text=hello&algo=sha256

Generate hash

POST/ai/generate

AI text generation

{"prompt": "Write a haiku about coding", "max_tokens": 200}
POST/ai/translate

Translate text

{"text": "hello", "target_lang": "hi"}