Skip to content

drivly/encode.do

Repository files navigation

encode.do - Base64 Encode API

Encode a Text value: https://encode.do/Hello+World!

{
  "api": {
    "icon": "🔐",
    "name": "decode.do",
    "description": "Base64 Decode API",
    "url": "https://decode.do/api",
    "type": "https://apis.do/utilities",
    "endpoints": {
      "decode": "https://decode.do/:encodedString"
    },
    "site": "https://decode.do",
    "login": "https://decode.do/login",
    "signup": "https://decode.do/signup",
    "subscribe": "https://decode.do/subscribe",
    "repo": "https://github.com/drivly/decode.do"
  },
  "encoded": "SGVsbG8sIFdvcmxkIQ==",
  "decoded": "Hello, World!"
}

Encode a JSON Object: https://encode.do/?hello=world

{
  "api": {
    "icon": "🔐",
    "name": "decode.do",
    "description": "Base64 Decode API",
    "url": "https://decode.do/api",
    "type": "https://apis.do/utilities",
    "endpoints": {
      "decode": "https://decode.do/:encodedString"
    },
    "site": "https://decode.do",
    "login": "https://decode.do/login",
    "signup": "https://decode.do/signup",
    "subscribe": "https://decode.do/subscribe",
    "repo": "https://github.com/drivly/decode.do"
  },
  "encoded": "eyAiaGVsbG8iOiAid29ybGQiIH0=",
  "decoded": {
    "hello": "world"
  }
}

Our Drivly Open Philosophy has these key principles:

  1. Build in Public
  2. Create Amazing Developer Experiences
  3. Everything Must Have an API
  4. Communicate through APIs not Meetings
  5. APIs Should Do One Thing, and Do It Well

🚀 We're Hiring!

Driv.ly is deconstructing the monolithic physical dealership into simple APIs to buy and sell cars online, and we're funded by some of the biggest names in automotive and finance & insurance

Our entire infrastructure is built with Cloudflare Workers, Durable Objects, KV, PubSub, R2, Pages, etc. If you love the Cloudflare Workers ecosystem as much as we do, we'd love to have you join our team!

Releases

No releases published

Packages

No packages published