curl --request GET \
--url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins/{plugin_id}{
"plugin": {
"plugin_id": "<string>",
"name": "<string>",
"version": "<string>",
"s3_archive_url": "<string>",
"code_hash": "<string>",
"validation_status": "passed",
"namespace_id": "<string>",
"organization_id": "<string>",
"description": "<string>",
"source_files_s3_key": "<string>",
"validation_errors": [
"<string>"
],
"security_scan_passed": false,
"deployed": false,
"deployment_info": {
"feature_uri": "<string>",
"ray_cluster_url": "<string>",
"ray_deployment_name": "<string>",
"deployed_at": "2023-11-07T05:31:56Z"
},
"manifest": {
"feature_extractor_name": "<string>",
"version": "<string>",
"description": "<string>",
"input_schema": {},
"output_schema": {},
"parameter_schema": {},
"required_vector_indexes": [
{}
],
"features": [
{}
],
"dependencies": [
"<string>"
],
"system_packages": [
"<string>"
],
"compute_profile": {},
"serve_config": {},
"feature_uri": "<string>",
"cost_rates": [
{}
]
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployed_at": "2023-11-07T05:31:56Z",
"resolved_inference_name": "<string>"
},
"success": true,
"presigned_download_url": "<string>"
}Get detailed information about a specific plugin.
curl --request GET \
--url https://api.mixpeek.com/v1/namespaces/{namespace_id}/plugins/{plugin_id}{
"plugin": {
"plugin_id": "<string>",
"name": "<string>",
"version": "<string>",
"s3_archive_url": "<string>",
"code_hash": "<string>",
"validation_status": "passed",
"namespace_id": "<string>",
"organization_id": "<string>",
"description": "<string>",
"source_files_s3_key": "<string>",
"validation_errors": [
"<string>"
],
"security_scan_passed": false,
"deployed": false,
"deployment_info": {
"feature_uri": "<string>",
"ray_cluster_url": "<string>",
"ray_deployment_name": "<string>",
"deployed_at": "2023-11-07T05:31:56Z"
},
"manifest": {
"feature_extractor_name": "<string>",
"version": "<string>",
"description": "<string>",
"input_schema": {},
"output_schema": {},
"parameter_schema": {},
"required_vector_indexes": [
{}
],
"features": [
{}
],
"dependencies": [
"<string>"
],
"system_packages": [
"<string>"
],
"compute_profile": {},
"serve_config": {},
"feature_uri": "<string>",
"cost_rates": [
{}
]
},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"deployed_at": "2023-11-07T05:31:56Z",
"resolved_inference_name": "<string>"
},
"success": true,
"presigned_download_url": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.
"Bearer YOUR_API_KEY"
"Bearer YOUR_STRIPE_API_KEY"
Generate a presigned download URL for the plugin archive (valid for 1 hour)
Successful Response
Response model for plugin details.
Plugin document stored in MongoDB.
Supports both namespace-level and org-level plugins:
Show child attributes
Presigned URL for downloading the plugin archive (valid for 1 hour)
Was this page helpful?