List all available job types with their capabilities, cost models, and required inputs.
curl --request GET \
--url https://api.rendobar.com/jobs/types{
"data": [
{
"type": "<string>",
"tag": "<string>",
"summary": "<string>",
"needs": [
"<string>"
],
"pattern": "<string>",
"acceptsMedia": [
"<string>"
],
"provider": {
"id": "<string>",
"resource": "<string>"
},
"mediaOverrides": {}
}
]
}List of job types
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rendobar.com/jobs/types{
"data": [
{
"type": "<string>",
"tag": "<string>",
"summary": "<string>",
"needs": [
"<string>"
],
"pattern": "<string>",
"acceptsMedia": [
"<string>"
],
"provider": {
"id": "<string>",
"resource": "<string>"
},
"mediaOverrides": {}
}
]
}