/
NV
nvidia
/
Material Agent Service
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 8m ago · Updated 1mo ago
Details
Filter operations
artifacts
9
assets
9
materials
3
pipeline
10
post
Upload USD file and create a session
post
Start material assignment pipeline
get
Get pipeline execution status
post
Generate an AI reference image from the input preview
delete
Delete a generated reference image
get
Get pipeline results (only when completed)
post
Cancel a running pipeline
get
Stream real-time progress events (SSE)
post
Regenerate material pipeline steps
get
Get persisted pipeline event history
sessions
5
utility
2
pipeline
Cancel a running pipeline
post
/pipeline/{session_id}/cancel
Path parameters
session_id
string
required
Response
Cancellation acknowledged
object
required
session_id
string
status
string
message
string
Example response
{ "status": "cancelling" }
Changes