A

Amazon SimpleDB API

by Amazon SimpleDB

Amazon SimpleDB is a web service providing the core database functions of data indexing and querying in the cloud. By offloading the time and effort associated with building and operating a web-scale database, SimpleDB provides developers the freedom to focus on application development. <p> A traditional, clustered relational database requires a sizable upfront capital outlay, is complex to design

storage

Quick Reference

Base URL http://sdb.amazonaws.com Auth type API Key Header Auth header Authorization: YOUR_API_KEY Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://api.apis.guru/v2/specs/amazonaws.com:sdb/2009-04-15.json Endpoint status Server online — HTTP 400 — server is online but path returned an error (may require auth)1.41s (checked Mar 29, 2026) Builder score D 45% builder-friendly
Pricing
28
Latency
30
Depth
68

Authentication

API key in the Authorization header

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Pay-as-you-go. $0.14/machine hour, $1.50/GB data transfer out, $0.25/GB storage.

Key Endpoints

MethodPathDescription
GET /#Action=BatchDeleteAttributes <p> Performs multiple DeleteAttributes operations in a single call, which reduce
POST /#Action=BatchDeleteAttributes <p> Performs multiple DeleteAttributes operations in a single call, which reduce
GET /#Action=BatchPutAttributes <p> The <code>BatchPutAttributes</code> operation creates or replaces attributes
POST /#Action=BatchPutAttributes <p> The <code>BatchPutAttributes</code> operation creates or replaces attributes
GET /#Action=CreateDomain <p> The <code>CreateDomain</code> operation creates a new domain. The domain nam
POST /#Action=CreateDomain <p> The <code>CreateDomain</code> operation creates a new domain. The domain nam
GET /#Action=DeleteAttributes <p> Deletes one or more attributes associated with an item. If all attributes of
POST /#Action=DeleteAttributes <p> Deletes one or more attributes associated with an item. If all attributes of

Sample Request

curl 'http://sdb.amazonaws.com/#Action=BatchDeleteAttributes' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Amazon SimpleDB documentation.