{"note":"OpenAPI conversion -- returning structured metadata","name":"ntropy-network","description":"Ntropy Transaction API v1","version":"unknown","base_url":"https://api.ntropy.network","endpoints":10,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api Ntropy Transaction API v1\n@base https://api.ntropy.network\n@auth ApiKey\n@endpoints 10\n@toc classifier(7), types(1), health(1), performance(1)\n\n@group classifier\n@endpoint POST /classifier/consumer/batch\n@desc Classify a batch of consumer transactions\n@returns(202) {status: str, updated_at: str, id: str, progress: int, results: [map]}\n\n@endpoint GET /classifier/consumer/batch/:id\n@desc Get a batch of consumer transaction classification results\n@required {id: str # (Required) Batch id.}\n\n@endpoint POST /classifier/consumer\n@desc Classify a consumer transaction\n@required {transaction: map, user: map, device: map}\n\n@endpoint POST /classifier/business/batch\n@desc Classify a batch of business transactions\n@returns(202) {status: str, updated_at: str, id: str, progress: int, results: [map]}\n\n@endpoint GET /classifier/business/batch/:id\n@desc Get a batch of business transaction classification results\n@required {id: str # (Required) Batch id.}\n\n@endpoint POST /classifier/business\n@desc Classify a business transaction\n@required {transaction: map, business: map, cardholder: map}\n@returns(200) {transaction_id: str, logo: str, website: str, merchant: str, labels: [str]}\n\n@endpoint POST /classifier/report\n@desc Correct the output of the classifier\n@required {transaction_id: str}\n\n@endgroup\n\n@group types\n@endpoint GET /types\n@desc Get dictionary of type values supported by Tranasction API\n@returns(200) {moto_eci_code: [str], pan_entry_mode_auth: [str], pan_entry_mode_capture: [str]}\n\n@endgroup\n\n@group health\n@endpoint GET /health\n@desc Get the API health info\n\n@endgroup\n\n@group performance\n@endpoint GET /performance\n@desc Get the Transaction API performance report\n\n@endgroup\n\n@end\n"}