v1
latestOpenAPI 3.0.02026-07-26213850.5 KBgenerative-jobs
Create a thumbnail generation job
Experimental. Subject to change; daily caps apply and the endpoint may be temporarily disabled via a runtime kill switch. Currently the only published jobType is thumbnail (7 credits/call, charged on success and refunded on failure).
post/api/generative-jobs
Request body
Example request
{
"sourceUri": "https://youtube.com/watch?v=...",
"referenceImageUri": "https://cdn.opus.pro/uploads/.../ref.png",
"maskImageUri": "https://cdn.opus.pro/uploads/.../mask.png",
"prompt": "punchy red overlay, bold sans-serif title"
}Response
Example response
{
"jobId": "thumbnail-aB3xR7nQ8z"
}