cURL
curl --request POST \ --url https://createproject.api.usesuperflow.com/ \ --header 'Content-Type: application/json' \ --header 'x-superflow-api-key: <x-superflow-api-key>' \ --header 'x-superflow-auth-token: <x-superflow-auth-token>' \ --data '{ "data": { "projectUrl": "<string>", "projectName": "<string>" } }'
{ "result": { "status": "success", "message": "Created new project successfully.", "data": { "projectId": "7649736893876327" } } }
POST https://createproject.api.velt.dev/
Show properties
{ "data":{ "projectUrl": "https://yourprojecturl.com", "projectName": "Your Project Name" } }
{ "error": { "message": "ERROR_MESSAGE", "status": "INVALID_ARGUMENT" } }
Was this page helpful?