| search:searchurl | ||||
|---|---|---|---|---|
| Description: | ||||
| Search for media given a specific URL Kaltura supports a searchURL action on some of the media providers. This action will return a KalturaSearchResult object based on a given URL (assuming the media provider is supported) |
||||
| Input Params | ||||
| Name | Type | Description | Required | Default Value |
| mediaType | KalturaMediaType | V | KalturaMediaType:: | |
| url | string | V | ||
| Output Type | ||||
| KalturaSearchResult | ||||
| Errors | ||||
| SEARCH_UNKNOWN_MEDIA_SOURCE_FOR_URL,Unknown media source for url [%s] | ||||
| Example HTTP Hit | ||||
| http://www.kaltura.com/api_v3/?service=search&action=searchurl POST fields: mediaType url |
||||