How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Pomo Social Post Campaigns API

The Social Post Campaigns API from Pomo — 21 operation(s) for social post campaigns.

Pomo Social Post Campaigns API is one of 100 APIs that Pomo publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Social Post Campaigns. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, authentication docs, and rate-limit docs.

This API exposes 21 operations across 21 paths, and defines 14 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.usepomo.ai.

21 operations 21 paths 14 schemas 5 DELETE6 GET10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://api.usepomo.ai
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Pomo Social Post Campaigns API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 21

Across 21 paths, the API surfaces 21 operations — 5 DELETE, 6 GET, 10 POST. Each is listed below with its method, path, parameters, and response codes.

Social Post Campaigns 21
POST
/api/campaigns/social-post/edit-content
Edit Social Post Content
edit_social_post_content_api_campaigns_social_post_edit_content_post body → 200422
POST
/api/campaigns/social-post/direct-edit-social-post
Direct Edit Social Post
direct_edit_social_post_api_campaigns_social_post_direct_edit_social_post_post body → 200422
DELETE
/api/campaigns/social-post/delete-social-post
Delete Social Post
delete_social_post_api_campaigns_social_post_delete_social_post_delete 2 params → 200422
POST
/api/campaigns/social-post/edit-social-post-image
Edit Social Post Image
edit_social_post_image_api_campaigns_social_post_edit_social_post_image_post body → 200422
POST
/api/campaigns/social-post/upload-social-post-image
Upload Social Post Image
upload_social_post_image_api_campaigns_social_post_upload_social_post_image_post body → 200422
GET
/api/campaigns/social-post/social-post-campaigns
Fetch All Social Post Campaigns
fetch_all_social_post_campaigns_api_campaigns_social_post_social_post_campaigns_get 9 params → 200422
DELETE
/api/campaigns/social-post/social-post-campaign/{campaign_id}
Delete Social Post Campaign
delete_social_post_campaign_api_campaigns_social_post_social_post_campaign__campaign_id__delete 1 param → 200422
DELETE
/api/campaigns/social-post/social-post-campaign/{campaign_id}/idea/{idea_number}
Delete Social Post Campaign Idea
delete_social_post_campaign_idea_api_campaigns_social_post_social_post_campaign__campaign_id__idea__idea_number__delete 2 params → 200422
GET
/api/campaigns/social-post/social-post-campaigns-count
Get Social Post Campaigns Count
get_social_post_campaigns_count_api_campaigns_social_post_social_post_campaigns_count_get → 200
GET
/api/campaigns/social-post/{campaign_id}/{idea_number}/posts
Get Campaign Posts
get_campaign_posts_api_campaigns_social_post__campaign_id___idea_number__posts_get 4 params → 200422
POST
/api/campaigns/social-post/generate-variation
Generate Social Post Variation
generate_social_post_variation_api_campaigns_social_post_generate_variation_post body → 201422
POST
/api/campaigns/social-post
Create Social Post Campaign
create_social_post_campaign_api_campaigns_social_post_post body → 201422
POST
/api/campaigns/social-post/schedule/preflight
Preflight Social Post Schedule
preflight_social_post_schedule_api_campaigns_social_post_schedule_preflight_post body → 200422
POST
/api/campaigns/social-post/schedule
Upsert Social Post Schedule
upsert_social_post_schedule_api_campaigns_social_post_schedule_post body → 200422
GET
/api/campaigns/social-post/schedule/{campaign_id}/{idea_number}/{variation}
Get Social Post Schedule
get_social_post_schedule_api_campaigns_social_post_schedule__campaign_id___idea_number___variation__get 3 params → 200422
DELETE
/api/campaigns/social-post/schedule/{schedule_id}
Cancel Social Post Schedule
cancel_social_post_schedule_api_campaigns_social_post_schedule__schedule_id__delete 1 param → 200422
GET
/api/campaigns/social-post/list-schedules
List Social Post Schedules
list_social_post_schedules_api_campaigns_social_post_list_schedules_get 5 params → 200422
POST
/api/campaigns/social-post/schedule/dispatch-due
Dispatch Due Social Post Schedules For Company
dispatch_due_social_post_schedules_for_company_api_campaigns_social_post_schedule_dispatch_due_post 1 param → 200422
POST
/api/campaigns/social-post/schedule-campaign/{campaign_id}/{idea_number}
Schedule Social Post Campaign
schedule_social_post_campaign_api_campaigns_social_post_schedule_campaign__campaign_id___idea_number__post 2 params body → 200422
GET
/api/campaigns/social-post/campaign-schedule/{campaign_id}/{idea_number}
Get Social Post Campaign Schedule
get_social_post_campaign_schedule_api_campaigns_social_post_campaign_schedule__campaign_id___idea_number__get 3 params → 200422
DELETE
/api/campaigns/social-post/cancel-schedule/{schedule_id}
Cancel Social Post Campaign Schedule
cancel_social_post_campaign_schedule_api_campaigns_social_post_cancel_schedule__schedule_id__delete 1 param → 200422

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are SocialPostCampaignResponse (25 properties), SocialPostCampaignCreate (20 properties), SocialPostCampaignMediaResponse (15 properties), SocialScheduleUpsertRequest (10 properties). Each schema is shown below with its type and property counts.

HTTPValidationError
object
1 property
SocialPostCampaignCreate
object
20 properties 2 required
SocialSchedulePostingIdentity
object
6 properties
ValidationError
object
3 properties 3 required
Body_direct_edit_social_post_api_campaigns_social_post_direct_edit_social_post_post
object
4 properties 3 required
Body_edit_social_post_content_api_campaigns_social_post_edit_content_post
object
4 properties 4 required
SocialPostCampaignResponse
object
25 properties 7 required
PostModel
object
10 properties 6 required
Body_upload_social_post_image_api_campaigns_social_post_upload_social_post_image_post
object
5 properties 3 required
Body_edit_social_post_image_api_campaigns_social_post_edit_social_post_image_post
object
4 properties 4 required
SocialPostVariationRequest
object
2 properties 2 required
SocialScheduleUpsertRequest
object
10 properties 5 required
CampaignPostsResponse
object
1 property 1 required
SocialPostCampaignMediaResponse
object
15 properties 5 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

pomo-social-post-campaigns-api-openapi.yml Raw ↑

Other APIs Pomo publishes across the network.

Pomo Ab Groups API
Pomo Agent Jobs API
Pomo Agentic Chat API
Pomo Agentic Conversations API
Pomo Agentic Tasks API
Pomo Agentic Teams API
Pomo Agentic User API
Pomo AI Campaign API
Pomo AI Personas API
Pomo AI Policy API
Pomo AI Product Lab API
Pomo AI Testing API
Where this information came from

This is an independent, third-party profile of Pomo Social Post Campaigns API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.