/
SY
sync
/
sync.api-v2
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 2d ago
Details
Filter operations
Assets
6
Batch
3
Errors
1
Generate
4
post
/v2/generate
get
/v2/generate/{id}
post
Estimate cost for a generation
get
/v2/generations
Generation Health
1
Generations
3
Healthcheck
1
Models
1
Organizations
1
Projects
7
Text-to-Speech
1
Voices
4
Generate
Estimate cost for a generation
Alias of POST /v2/generations/estimate.
post
/v2/generate/estimate-cost
Request body
EstimateCostDto
required
model
string
required
duration
number
required
fps
number
reasoningEnabled
union
Response
Estimated cost
EstimateCostResponseDto
required
estimatedFrameCount
number
required
estimatedGenerationCost
number
required
estimatedCredits
number
nullable
required
Changes