Create Video summary

This endpoint will provide you with a summary of the video content.

Pricing: 5 credits per minute of video input.

Examples:
POSThttps://api.spikes.studio/api/v1/api/video-summary

Required Parameters

  • Name
    url
    Type
    string
    Description
    • 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

POST
https://api.spikes.studio/api/v1/api/video-summary
  {
      "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

Was this page helpful?