* Sign up for a developer API key! * SYNQ API Guide
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
No authentication required
# No auth required
Free — open public API, no authentication required.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://api.synq.fm/v1/video/create' \ -H '# No auth required'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official SYNQ Video documentation.