Amazon metadata1 & encryptedPwd API
Build metadata1 from realistic browser signals: User-Agent, page URL, referrer, optional timestamps, minimal/full payload modes, and optional page HTML (GET query parameters or POST JSON with bodyHtml / bodyHtmlBase64) so fingerprints match real sessions. Use POST /encrypt-password with a JSON body to turn a plain password and optional confirmation into encryptedPwd and encryptedPwdCheck — the…
Amazon metadata1 & encryptedPwd API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Metadata1 | ||
| POST |
postMetadata /metadata |
Same as GET with a JSON body; supports `bodyHtml` or `bodyHtmlBase64` for richer page context. |
| GET |
getMetadata /metadata |
Build metadata1 from URL query parameters. Either `userAgent` or `user-agent` is required. |
| Encrypted password | ||
| POST |
postEncryptPassword /encrypt-password |
Encrypt `password` into `encryptedPwd` and `encryptedPwdCheck`. |
Amazon metadata1 & encryptedPwd API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA | $20 / month | — |
|
| MEGA | $40 / month | — |
|