Bluegennx.ai

    Contents

    Introduction
    Getting Started
    Ping
    GET
    Version
    GET
    Metrics
    GET
    Process Text
    POST
    Reidentify Text
    POST
    Knowledge Base
    PUT

Metrics
GET

/api/metrics/application/ The endpoint provides real-time insights into application/processing. The endpoint, in future, will expand to providing application health, system metrics etc.
Currently following metrics are available:
  • total_words_processed (This is the total words processed over deid & reid API end points)
  • total_chars_processed (Total characters processed)
  • total_sensitive_words (Total Sensitive words detected. These are custom propreitary words processed)
  • total_replaced_words (Total Reaplced synthetic words)

Request

HEADER PARAMETERS

FieldTypeDescription
api_keystring (Api-Key)API Key of the Company

QUERY PARAMETERS

FieldTypeDescription
org_uuidstringa string contains organization UUID.

Responses

RESPONSE SCHEMA: application/json

FieldTypeDescription
successbooleanIndicates the success status of the request.
statusintegerThe HTTP status code.
outputdictA dict containing total words processed, total characters processed, total sensitive words and total replaced words.

RESPONSE SCHEMA: application/json

FieldTypeDescription
successbooleanIndicates the success status of the request.
statusintegerThe HTTP status code.
detailsstringA detailed message describing the error.

© Copyright 2024 Bluegennx.ai.