validate_aprs_key
Check the validity of an APRS.fi API key to ensure secure access for ham radio tracking, balloon chase operations, and AI-driven APRS data analysis.
Instructions
Test if an APRS.fi API key is valid
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiKey | Yes | APRS.fi API key to validate |
Input Schema (JSON Schema)
{
"properties": {
"apiKey": {
"description": "APRS.fi API key to validate",
"type": "string"
}
},
"required": [
"apiKey"
],
"type": "object"
}