AdShot

REST API

Programmatic ad generation.

Three endpoints under https://api.deepsyte.com:

POST /v1/adshot/draft       # { url?: string, screenshotUrls?: string[] }
POST /v1/adshot/render      # { draftId, voiceId, musicId, brandColor? }
GET  /v1/adshot/:id/stream  # SSE — status events until done/failed/timeout

Auth: Authorization: Bearer <your DeepSyte API key>. Same auth as PDFShot, same monthly action pool.