The playground
Try any of 919 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/dev-utils/v1/encode1 credit
Encode/decode: base64(+url-safe), hex, URL (path/component/form), HTML entities, unicode-escape, json-string.
Working example
Parameters
The string to encode or decode.
Codec. url=path-safe quote · url-component=encode everything (JS encodeURIComponent) · url-form=+ for spaces · html=entities · json-string=JSON string-literal escaping.
encode (default) or decode.
request preview
curl -X POST https://api.reefapi.com/dev-utils/v1/encode \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"input":"Merhaba Dünya! 👋","op":"base64"}'Hit Send to run this endpoint live.