Big STUFF: Posts, Media, Labels & swonkie.dev 🛠️⚡

We are happy to announce big news about our new API.

A bunch of new requests have been added making it able to handle complete workflows, post > analyse > improve > post again, our n8n template workflows can help with that!

We have also released a new product with new plans, swonkie.dev, now our v2 API can be acquired and used solely, no need to subscribe or even use our UI, just setup your profiles and automate everything else.

Our docs are now available at docs.swonkie.dev, where you can now find a more complete API, with everything you need to get started.

You can find this version documentation at docs.swonkie.dev, with the following news:

  • List Labels GET /labels
    • List your workspace labels
  • Create a Label POST /labels
    • Create a new label
  • Get a Media GET /media/{mediaId}
    • Get an already create media by ID
  • Create a Media POST /media
    • Create a new media entry, media are meant to be later used in posts, this is the first request a 3 step flow
      • Upload a File to Media PUT {uploadUrl}
        • Upload your file to the provided url from the previous request
      • Confirm Uploaded Media PATCH /media/{mediaId}
        • After successfully uploading your file call this to confirm so that our system can proceed
  • Delete a Media DELETE /media/{mediaId}
    • Delete a Media by ID
  • List Posts GET /posts
    • Get your workspace posts from the new planning
  • Get a Post GET /posts/{postId}
    • Get a single posts by ID
  • Create a Post POST /posts
    • Create a full post in DRAFT or IDEA
  • Update a Post PUT /posts/{postId}
    • Update a full post by ID
  • Validate a Post GET /posts/{postId}/validate
    • Check if your post is valid to publish, this checks all the configured post settings, processed media and any other detail to make sure the post can later succeed at publish.
  • Delete a Post DELETE /posts/{postId}
    • Delete a post by ID
  • Delete a Post PATCH /posts/{postId}/stage/{stage}
    • Change a valid post stage to SCHEDULE, PUBLISH or any other valid stage.

Check our examples section to help you on your first flight.

You can check the news at docs.swonkie.dev.

Any issues or suggestions please feel free to report here

See you soon! 👋
Swonkie Dev Team

 
Switch to Dark/Light Mode