Create Hashtags, Description, Title
This endpoint allows users to create hashtags with associated titles and descriptions for videos. Hashtags serve to categorize and organize video content, enhancing discoverability and engagement.
Pricing: 5 credits per minute of video input.
POSThttps://api.spikes.studio/api/v1/api/video-descriptors
Required Parameters
- Name
url
- Type
- string
- Description
- The URL of the video for which hashtags, description, and a title will be generated.
- Supported Formats: youtube link, google drive share link, download link of video and audio in supported formats (MP4, MOV, AVI, WMV)
- Limitation: 15 minutes videos
Optional Parameters
- Name
upload_media_type
- Type
- string
- Description
- Needed if uploading an audio file via a download url.
- Options: video/audio
- Default: video
Response
- Name
project
- Type
- string
- Description
Unique ID for the project. Will be used to get project assets and metadata using the get project API.
Request
https://api.spikes.studio/api/v1/api/video-descriptors
{
"url": "https://www.youtube.com/results?search_query=geography+now"
}
Response
{
"project": "163067f1-cafc-4c24-bca8-bfd77cc7de5b"
}
Errors
- Name
400 Bad Request
- Description
The request was malformed or missing required parameters.
- Name
401 Unauthorized
- Description
The API key provided was invalid or missing.
- Name
404 Not Found
- Description
The requested resource was not found.
- Name
500 Internal Server Error
- Description
500 Internal Server Error