Publishes to Custom API

Publish straight into your own content API.

Point MotiBlog at your API’s create endpoint and shape the request body to match your schema. Updates find their way back to the same record.

One project and three articles free. No card required.

What you connect

authorise once, publish from then on
01

Your endpoint URL

02

POST or PUT

03

Any headers, including auth

04

An optional body template mapping article fields to your schema

What publishing to Custom API does

01

Your schema, not ours

A body template maps the article’s fields into the JSON shape your API expects, so nothing on your side has to change to accept it.

02

Updates address the record

The id your API returns on create is stored; republishing appends it to the endpoint path and updates that record rather than inserting a new one.

True of every integration

01

A full article, not a paste job

Each publish carries the title, slug, body, meta description, tags and the generated banner image. Nothing is reformatted by hand afterwards.

02

Republishing updates in place

The post’s id in your platform is stored on first publish. Publishing the article again updates that post instead of creating a duplicate.

03

Test before anything ships

Every connection has a test call that verifies the credentials against the platform before an article is ever sent. Your agent can run it too: test_integration.

04

A log per publish

Every attempt is recorded with its outcome. Failures can be retried without regenerating anything — retry_publish picks up the same article.

The shape of it

Payloadyour shape
MethodsPOST or PUT
Updatessame record
Reachesany REST API
Start with three articles. Judge it by what ranks.

One project and three articles free. No card required.

Start free