PowerPost APIv1
PowerPost APIv1
DashboardAPI keysPowerPost API
QuickstartAuthenticationWorkspacesErrors & Rate Limits
Input TypesPost TypesCreditsResearch Modes
Generate CaptionsGenerate ImagesPublish and ScheduleWebhooksMCP Server

Content

Generate ContentGenerations

Media

Upload MediaGenerate ImagesGenerate VideosVideo Captions

Publishing & planning

PostsPublish & SchedulePost ItemsAnalyticsCalendar

Account

Get Credits
Changelog
API reference

Get Credits

Check your current credit balance.

GET /api/v1/account/credits

Get your current credit balance.

Request

Headers

HeaderValue
x-api-keyYour API key

Example Request

curl https://powerpost.ai/api/v1/account/credits \
  -H "x-api-key: pp_live_sk_YOUR_KEY"

Response

{
  "balance": 47
}

Response Fields

FieldTypeDescription
balancenumberCurrent credit balance

Credit system

How credits are charged, refunded, and shared across workspaces is documented under Credits (concepts). Rates: pricing.

Errors

CodeDescription
401Invalid API key
403API key is missing the account:read scope
429Rate limit exceeded

Related

  • Credits concept — When charges and refunds apply
  • Generate content
  • Generate images
  • Generate videos
  • Publish

Calendar

Manage content calendar entries for planning and scheduling posts.

Changelog

API changes, new features, and deprecations.

On this page

RequestHeadersExample RequestResponseResponse FieldsCredit systemErrorsRelated