S

SYNQ Video

by SYNQ Video Free tier

* Sign up for a developer API key! * SYNQ API Guide

entertainmentsynq

Quick Reference

Base URL https://api.synq.fm/v1 Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://api.synq.fm/v1 Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 33% builder-friendly
Pricing
28
Latency
0
Depth
61

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
POST /video/create Create a new video, optionally setting some metadata fields.
POST /video/details Return details about a video.
POST /video/query Perform a JavaScript query to return video objects matching any desired criteria.
POST /video/stream Returns urls for streaming.
POST /video/update Update a video's metadata.
POST /video/upload Return parameters needed for uploading a video file.
POST /video/uploader Return embeddable url to an uploader widget

Sample Request

curl -X GET 'https://api.synq.fm/v1/video/create' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official SYNQ Video documentation.