API & BluePrints

I would like in 1 command (api) to create a new BluePrints so that I can create a demo and deploy it on render easily (with my render.yaml in the root of my project)

Something like:

curl --request POST \
     --url https://api.render.com/v1/services \
     --header 'accept: application/json' \
     --header 'content-type: application/json' \
     --header 'Authorization: Bearer {{render_api_token}}'
     --data '
{
  "github": "https://github.com/jycouet/my_great_project",
  "name": "my_great_project", //optionnal
  "branch": "main" // optionnal
}

Hi,

Blueprints are not currently part of the REST API. however, feel free to add it as a feature request on our feedback site, so that it can be reviewed by the team and voted/commented on by other customers.

Alan

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.