{
  "schema_version": "v1",
  "name_for_human": "OttoCut",
  "name_for_model": "ottocut",
  "description_for_human": "Cut video and audio clips by the words spoken in them.",
  "description_for_model": "Extract a clip from video or audio by naming the start and end phrase spoken in it. Phrases are resolved against a transcript of the media and the clip is cut at those timestamps. Markers may also be raw timestamps in seconds. When a phrase repeats, select the occurrence with occurrence_index, or pass near_timestamp to take the occurrence closest to a known time. Submit media by uploading to a signed URL or by giving a source URL. Every response uses the envelope {data, error, meta.request_id}. Pre-launch: public API access is not open yet.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://api.ottocut.com/openapi.json"
  },
  "logo_url": "https://ottocut.com/favicon.svg",
  "contact_email": "hello@ottocut.com",
  "legal_info_url": "https://ottocut.com/legal/terms/"
}
