POST /v1/projects
Servers
- https://api.supabase.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
kps_enabled |
Boolean | No | |
region |
String | Yes |
Region you want your server to reside in Possible values:
|
name |
String | Yes |
Name of your project, should not contain dots |
template_url |
String | No |
Template URL used to create the project from the CLI. |
plan |
String | No |
Subscription plan is now set on organization level and is ignored in this request Possible values:
|
organization_id |
String | Yes |
Slug of your organization |
desired_instance_size |
String | No |
Possible values:
|
db_pass |
String | Yes |
Database password |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.