Creating Projects via API
Unlike the previous versions of Microreact, creating project via API requires an API access token.
Create Project
POST
https://microreact.org/api/projects/create/
Query Parameters
Name | Type | Description |
---|---|---|
access | String | When set to |
Headers
Name | Type | Description |
---|---|---|
Content-Type | String | Should be
|
Access-Token | String | An API access token. |
Request Body
Name | Type | Description |
---|---|---|
Object | A valid
JSON document |
Response
A JSON document which include the ID and the URL of the project.
Example
Last updated