Social promotion catalog

by Social Boost

social_boost/catalog

List the social promotion services on offer.

Billed per
call
Price
Price: $0.002
Provider
Social Boost
Timeout
5 min

Overview

Returns the catalogue of social media promotion services available to the account, so a caller can discover what can be ordered and on which platforms before committing to anything. The listing is read-only and takes no parameters; it reflects whatever the catalogue holds at the time of the call.

A response code and the catalogue entries available to the account.

Example

Use your own API key and a saved idempotency key for each new job. Replace image or media placeholders with your own publicly reachable HTTPS URLs. Keep the same key and request body when recovering a timeout.

# Set once per job; reuse this key and the identical body after a timeout.
: "${AGENTSKY_IDEMPOTENCY_KEY:?Set a unique, saved key for this job}"
curl --fail-with-body https://gateway.agentsky.dev/v1/run \
  -H "authorization: Bearer $AGENTSKY_API_KEY" \
  -H "content-type: application/json" \
  -H "Idempotency-Key: $AGENTSKY_IDEMPOTENCY_KEY" \
  -d '{"provider":"social_boost","endpoint":"catalog","input":{}}'
# If status is READY/RUNNING, poll GET /v1/runs/{runId} with the same API key.

Pricing

$0.002 per call using your plan when signed in. Read the final customer charge from price.amount.value after the run finishes. A RUNNING response is not the final bill.

Questions