- Documentation
- API Reference
- Projects
- importer.vidinfra.com
- Auth
- User Registration
- User Login
- Verify-email
- Forgot Password
- Forgot Password Verify OTP
- Forgot Password Set
- Resend OTP
- Logout
- Set Password
- Check Account exists
- Update Password
- Google Oauth Redirect
- Google Oauth Callback
- api-access-check
- New Auth token using Refresh token
- Github Oauth Redirect
- Google Oauth Callback Copy
- Get User Sessions
- Delete User Sessions
- User
- Organization
- Organization's invitations
- Audits
- Members
- API Keys
- Folders
- Videos
- Video Metas
- Video Captions
- Video Chapter
- Uploads
- Tags
- Players
- Webhook Endpoints
- Advertisements
- Webhook Event Logs
- Analytics Direct Api
- geo-distribution
- Project Views
- avg video watch
- Total watch Time
- Project Avg Watch per Unique user
- Total Player Error
- project popularity-analysis
- Project Collection Insights
- Collection Views
- Collection avg Watch time
- Collection Avg Watch per unique user
- Collection Geo Distribution
- Get all Users
- User media views
- User Avg video watch
- user Player log
- user sessions
- Get all Video
- video Player error
- Video View
- video Geo Distribution
- video Avg watch
- copy
- Streams
- Stream Metas
- Usages
- Encoding profile
- Project Matrics
- Access Control
- Analytics
- Project Get geo-distribution
- project views
- Project avg video watch
- Project Total Watch
- Project Avg Watch per Unique user
- Project All Player Errors
- Project Popularity Analysis
- Project Collections insights
- Collection Geo Distribution
- Collection avg watch time
- Collection avg watch per unique User
- Collection Player error
- Video Geo Distribution
- Video views
- Video Avg Watch
- Video Player Log
- User
- User Avg Video Watch
- User Total Watch
- User player error log
- Plan
- Upload Tokens
- subscribe
- Transaction
- Invoice
- vimeo video importer
- test
- transcoding service
- transcoding service v2
- Welcome to vidinfraGET
- health checkGET
- Regions ListGET
- keyPOST
- Untitled EndpointGET
Search Video
Developing
GET
/projects/{projId}/videos/search
Search a video under a project#
GET
/projects/<project_id>/videos/search?query=vid
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
Query Params
query
stringÂ
optional
Example:
vid
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8080/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/videos/search?query=vid'
Responses
🟢200OK
application/json
Body
object {0}
Examples
{"message":"Videos create.","result":{"name":"myvideo2","vod_transcoding_profiles_id":"00000000-0000-0000-0000-000000000000","status":"uploading","upload_id":null,"description":null,"source":null,"raw_size":null,"duration":null,"transcoding_size":null,"external_video_id":null,"category":null,"id":"e61f7879-3fb3-45ff-86d9-e266447ddf68","collection_id":"16f1b34c-8238-4945-b3be-726ff670ce94","user_id":"00000000-0000-0000-0000-000000000000","project_id":"16f1b34c-8238-4945-b3be-726ff670ce94","is_public":false,"mp4_support":false,"created_at":"2024-02-11T10:28:30.174844307Z","updated_at":"2024-02-11T10:28:30.174844377Z","deleted_at":null,"created_by":"c23c6582-47cf-4960-ad0e-2aa218e78e64","updated_by":"c23c6582-47cf-4960-ad0e-2aa218e78e64","deleted_by":null},"success":true}
🟢200OK
🟢200OK
🟢200OK
🟢200OK
🟢200OK