General APIs with JWT
Create a machine request
Endpoint to create a machine request.
post/machine-requests
Request body
Example request
{
"cpu": "",
"extra_data": {},
"gpu_count": 8,
"location": "USA",
"machine_name": "NVIDIA H200",
"ram": "32gb",
"storage": "1T"
}Response
Machine request created successfully
{"stackTrail":"paths:/machine-requests:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}