Skip to main content
POST
/
api
/
onboarding
/
select-machine-type
Select machine type
curl --request POST \
  --url https://api.getgranite.ai/api/onboarding/select-machine-type \
  --header 'Content-Type: application/json' \
  --data '
{
  "machine_type_id": 123
}
'
{
  "status": "<string>",
  "message": "<string>"
}

Body

application/json

Request to select machine type for organization

machine_type_id
integer
required

Machine type ID to select

Response

Successful Response

Generic success response

status
string
required

Operation status

message
string
required

Status message