# SYNQ Video **Provider:** SYNQ Video **Category:** entertainment **Base URL:** `https://api.synq.fm/v1` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.synq.fm/v1 ## Description * Sign up for a developer API key! * SYNQ API Guide ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://api.synq.fm/v1/video/create` | Create a new video, optionally setting some metadata fields. | | POST | `https://api.synq.fm/v1/video/details` | Return details about a video. | | POST | `https://api.synq.fm/v1/video/query` | Perform a JavaScript query to return video objects matching any desired criteria. | | POST | `https://api.synq.fm/v1/video/stream` | Returns urls for streaming. | | POST | `https://api.synq.fm/v1/video/update` | Update a video's metadata. | | POST | `https://api.synq.fm/v1/video/upload` | Return parameters needed for uploading a video file. | | POST | `https://api.synq.fm/v1/video/uploader` | Return embeddable url to an uploader widget | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.synq.fm/v1/video/create' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/synq-video/) — CC BY 4.0*