Veestream
A file management API that allows users to upload files, retrieve file metadata, and generate progressive download URLs. Are you looking for a robust and reliable file management API that can streamline your operations and enhance your user experience? Look no further than our cutting-edge API, which provides a comprehensive suite of features that can handle all your file management needs. With…
Veestream endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Generate video gif /file/{id}/gif |
This endpoint generates gif image from a video file. You can pass start and end in the query to specify where you want your gif to start and end. |
| GET |
Get video thumbnail /file/{id}/poster |
This endpoint generates a thumbnail from a video file. It will only work for video files. The start and end values in the query lets you specify where you want to screenshot your… |
| GET |
Get files /files |
Get all the files that are related to your storage container. |
| GET |
Get File progressive download url /file/{id} |
A GET request that allows you to download a file from your storage container that has your files. The file can be an image, video, or any other file type. In order to access the… |
| GET |
Get file metadata /file/{id}/data |
This endpoint returns metadata about a particular file. The metadata includes the name, _id, url, gif and poster. The latter 2 are useful for videos since they are endpoints to… |
| POST |
Upload a file /file/upload |
This API endpoint enables users to upload a single file at a time. To use this endpoint, you will need to provide an API key in the apikey header of the request. The API key must… |
| POST |
Generate API key /generate-api-key |
The /generate-api-key endpoint is a POST method that generates an API key for a user by accepting their email and password in the request body. This endpoint is used to… |
Veestream pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $35 / month | — |
|
| PRO Recommended | $50 / month | — |
|