/
NV
nvidia
/
Material Agent Service
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 45m 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
Upload USD file and create a session
post
/pipeline/upload-usd
Response
Session created
SessionCreated
required
session_id
string
status
string
message
string
estimated_duration_minutes
integer
nullable
Example response
{ "status": "ready" }
Changes