/
DE
deemos
/
HyperHuman REST API Documentation
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 3h ago · Updated 2w ago
View markdown
deemos
HyperHuman REST API Documentation
post
Check the status of a task submitted to the API.
latest
OpenAPI 3.0.0
2026-08-10
5
9
13.7 KB
7fcc212485fb
API
5
post
Check the status of a task submitted to the API.
post
Download result for a given task submitted to the API.
post
Rodin: The all in one API for generating Rodin. This is the same as calling `rodin_mesh`, `rodin_texture` and `rodin_pack` in sequence.
post
Cancel all pending jobs and remove them from queue.
get
Check the remaining credits in your account.
API
Check the status of a task submitted to the API.
post
/api/v2/status
Request body
ApiStatusRequestDto
required
task_uuid
string
required
Response
ApiStatusResponseDto
required
error
'OK'
|
'INVALID_REQUEST'
|
'USER_NOT_FOUND'
|
'GROUP_NOT_FOUND'
|
'PERMISSION_DENIED'
|
'INSUFFICIENT_BALANCE'
|
'NO_SUCH_TASK'
|
'TASK_INCOMPLETE'
|
'SUBSCRIPTION_REQUIRED'
|
'INTERNAL_SERVER_ERROR'
status
'Created'
|
'Waiting'
|
'Canceled'
|
'Generating'
|
'Done'
|
'Failed'