Valstorm LogoDev

decrypt Endpoints

All endpoints for the decrypt API group. Great for feeding into an LLM context.

GET

/v1/decrypt/{api_name}

Decrypt Record Route

Parameters
api_name*
in: path
type: string
record_id*
in: query
type: string
field*
in: query
type: string
Responses
200
Successful Response
application/json
{}
404
Not found
422
Validation Error
application/json
{
  "$ref": "#/components/schemas/HTTPValidationError"
}
API Runner