Publishing on my WP using Python and the REST API
-
Hey everyone, I have a premium plan on WordPress. Is it possible to make posts using the API? I tried doing it through a Python pipeline and, although I was able to establish the connection, I get an error saying I don’t have permission to publish, even though I’m the site administrator.
The blog I need help with is: (visible only to logged in users)
-
Hi there,
I have a premium plan on WordPress. Is it possible to make posts using the API?
To use the API, you must be on a plugin-enabled plan, such as Business or Commerce.
On Premium, you can
- schedule a post: https://wordpress.com/support/schedule-a-post-or-page/
- Post by Voice: https://wordpress.com/support/post-by-voice/ (this is not available on plugin-enabled plans!)
- Post by Email: https://wordpress.com/support/post-by-email/
If you have any other questions, please let us know.
- The topic ‘Publishing on my WP using Python and the REST API’ is closed to new replies.