PASAR API
Serverless platform at the edge with storage primitives: D1 (SQL), KV (key-value), R2 (object storage, zero egress) and Durable Objects. Free tier then paid. Global, works for MY.
View docs ↗ More Backend & devtools APIs# Cloudflare Workers needs an access token. # No single public base URL ~ start from the docs: # https://developers.cloudflare.com/workers/
I'm integrating a Southeast Asian API into my app. API: Cloudflare Workers Provider: Cloudflare Auth: requires an access token (sign up: https://developers.cloudflare.com/workers/) Pricing: freemium Important note: Serverless platform at the edge with storage primitives: D1 (SQL), KV (key-value), R2 (object storage, zero egress) and Durable Objects. Free tier then paid. Global, works for MY. Source: Cloudflare (https://developers.cloudflare.com/workers/) Source type: Provider API or developer docs Endpoint type: Docs-first integration Integration difficulty: Needs token Last checked: 2026-06-13 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.