Developer API

Run SnapFBA from your own stack

REST API for image optimization, AI listing generation and PPC cleanup. Built for agencies, brand teams and SaaS integrations.

# Resize an image to 2000x2000
curl -X POST https://api.snapfba.com/v1/image/resize \
  -H "Authorization: Bearer $SNAPFBA_KEY" \
  -F "file=@product.jpg" \
  -F "width=2000" -F "height=2000" \
  -F "format=jpg" -F "quality=90"

# AI title generation
curl https://api.snapfba.com/v1/ai/title \
  -H "Authorization: Bearer $SNAPFBA_KEY" \
  -d '{"brand":"HydraFlow","product":"32oz bottle",
       "features":["leak-proof","cold 24h"]}'
Endpoints

What's available

POST /v1/image/resize

Resize, crop or pad images to Amazon specs.

POST /v1/image/compress

Smart compression up to 80% smaller.

POST /v1/image/validate

Main-image compliance, zoom-eligible check, BG check.

POST /v1/ai/title

Generate 5 optimized titles per call.

POST /v1/ai/bullets

5 conversion-optimized bullets.

POST /v1/ai/description

Story-driven product description.

POST /v1/ppc/clean

Clean search terms, dedupe, format match types.

POST /v1/ppc/negatives

Surface negative keyword candidates.

POST /v1/profit/fba

Server-side FBA profit calc with category awareness.

Ready to integrate?

Get API keys, sample code and friendly support.

See Pro pricing