Create with Template

POST /api/projects/:projectId/templates/:templateId

Request Parameters#

ParameterTypeMandatoryDescription
scheduledTsnumbernoTimestamp in future when to schedule a Screenshot Job
scheduleDescriptionScheduleDescriptionnoA description to schedule a Job
urlsArray of UrlConfignoURLs of Screenshots. If set those URLs will be used instead of the URLs configured in the Template.

Response#

AttributeTypeDescription
jobIdstringJobId that you need to download all Screenshots

Example Response#

{
"jobId": "abcdefgh-ijkl-mnop-qrst-uvwxyz"
}