get_raw_url
Generate a temporary raw URL to access Convolut Context Bank content without authentication. The generated URL expires after 10 minutes, providing secure, time-limited access to specific context data.
Instructions
Generate a temporary raw URL for a context that can be accessed without authentication (expires in 10 minutes)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context_id | Yes | The unique identifier of the context to generate raw URL for |
Input Schema (JSON Schema)
{
"properties": {
"context_id": {
"description": "The unique identifier of the context to generate raw URL for",
"format": "uuid",
"type": "string"
}
},
"required": [
"context_id"
],
"type": "object"
}