Get Generated Posts

This endpoint retrieves all post content that has been generated.


Endpoint

Method: GET URL:

https://app.marketingblocks.ai/api/v1/social-sparks/get-post-generations

Authorization

All requests must include a Bearer Token:

Authorization: Bearer <token>

Request

  • Method: GET

  • Endpoint: https://app.marketingblocks.ai/api/v1/social-sparks/get-post-generations

  • Parameters: None required.


Response

The response will return a JSON object containing an array of generated posts.

Fields

Field
Type
Description

id

string

Unique identifier for the generated post.

status

string

Status of the generated post (queued, done, failed).

caption_text

string

The caption text generated for the post.

media_urls

string[]

Array of URLs pointing to any media (video, image) for the post.


Example Request

curl


Example Response

Last updated