Creating Projects via API
Last updated
Was this helpful?
Last updated
Was this helpful?
Unlike the previous versions of Microreact, creating project via API requires an .
POST
https://microreact.org/api/projects/create/
access
String
When set to private
, the created project will be set to private.
Content-Type
String
Should be
application/json; charset=utf-8
Access-Token
String
An API access token.
Object
A valid
.microreact
JSON document
A JSON document which include the ID and the URL of the project.