CMS Integration
ProRata can directly ingest content from the following Content Management Systems (CMS):
- WordPress
- ArcXP
- Strapi
- Substack
If your CMS is not listed above, ProRata can evaluate integration with your organization’s content API. To assess feasibility, please provide:
- API documentation (if available)
- Details on how to access the API
- Any necessary authentication credentials (e.g., access tokens or API keys)
⚙️ WordPress
ProRata prefers to ingest both real-time and archival content via the native WordPress REST API.
To check if your WordPress site supports this method, test the following URL pattern:
https://[yourwebsiteaddress.com]/wp-json/wp/v2/posts?per_page=10&page=1
If your content is behind a paywall or restricted to subscribers, you’ll need to create a user and generate an application password.
⚙️ ArcXP
ProRata ingests content from ArcXP using its built-in Content API.
We will need:
- Your organization’s API domain (org-id), e.g.:
https://api.your-org-id.arcpublishing.com
- A read-only access token
More details:
Accessing ArcXP APIs
⚙️ Strapi
ProRata integrates with Strapi’s built-in Content API for both real-time and archival content ingestion.
Requirements:
- A read-only API token with unlimited duration
- Your Strapi API endpoint
Reference documentation:
⚙️ Substack (Experimental)
ProRata supports ingesting from Substack.
What we need:
- Publication domain:
- Standard:
https://yourname.substack.com
- Custom:
https://www.yourcustomdomain.com
- Standard:
For publications with premium content, please provide a complimentary paid subscription for [email protected] with unlimited duration.
Updated 18 days ago