Use Campsite’s REST API to create custom integrations and scripts that interact with Campsite.
https://api.campsite.com
Authorization: Bearer <CAMPSITE_API_KEY>
curl --request POST \ --url https://api.campsite.com/v2/posts \ --header 'Authorization: Bearer <CAMPSITE_API_KEY>' \ --header 'Content-Type: application/json' \ --data '{ "content_markdown": "Post content" }'