← Back to search
45
Partial
Agentic Readiness Score
developer llms-txtopenapiapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Not found
🛡
Not specified
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 45/100

            

llms.txt Content

# VideoDB Documentation ## Docs - [Assets](https://docs.videodb.io/api-reference/assets/index.md): List and filter assets across collections - [List Assets](https://docs.videodb.io/api-reference/assets/list_assets.md): List all assets across collections with filtering and pagination - [Create Audio Transcription](https://docs.videodb.io/api-reference/audio/create_audio_transcription.md): Generate a transcription for an audio file - [Delete Audio File](https://docs.videodb.io/api-reference/audio/delete_audio.md): Permanently delete an audio file from your collection - [Generate Audio URL](https://docs.videodb.io/api-reference/audio/generate_audio_url.md): Generate a shareable streaming URL for an audio file - [Get Audio Details](https://docs.videodb.io/api-reference/audio/get_audio.md): Retrieve detailed information about a specific audio file - [Get Audio Transcription](https://docs.videodb.io/api-reference/audio/get_audio_transcription.md): Retrieve the transcription for an audio file - [Audio](https://docs.videodb.io/api-reference/audio/index.md): Manage audio files and streams - [List All Audio Files](https://docs.videodb.io/api-reference/audio/list_audio.md): Retrieve a paginated list of all audio files in your collection - [Update Audio](https://docs.videodb.io/api-reference/audio/update_audio.md): Update audio file metadata - [Create API Key](https://docs.videodb.io/api-reference/authentication/create_api_key.md): Generate a new API key for your account - [Delete API Key](https://docs.videodb.io/api-reference/authentication/delete_api_key.md): Revoke an API key permanently - [Get User Info](https://docs.videodb.io/api-reference/authentication/get_user.md): Retrieve current user account information and credits - [Authentication](https://docs.videodb.io/api-reference/authentication/index.md): Manage API keys and user account information - [List API Keys](https://docs.videodb.io/api-reference/authentication/list_api_keys.md): Retrieve all API keys for the authe

OpenAPI Spec (preview)

openapi: 3.0.3 info: title: VideoDB Server API description: > VideoDB Server API for video, audio, and image processing with AI capabilities. This API provides comprehensive video management, search, indexing, and AI-powered features. version: 1.0.0 contact: name: VideoDB Support url: https://videodb.io license: name: MIT url: https://opensource.org/licenses/MIT servers: - url: https://api.videodb.io description: Production server - url: https:/