> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/guardrails/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/guardrails/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/guardrails/_mcp/server.

# nemoguardrails.library.factchecking.align_score.request

## Module Contents

### Functions

| Name                                                                                                | Description                                                                      |
| --------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| [`alignscore_request`](#nemoguardrails-library-factchecking-align_score-request-alignscore_request) | Checks the facts for the bot response by making a request to the AlignScore API. |

### Data

[`log`](#nemoguardrails-library-factchecking-align_score-request-log)

### API

```python
nemoguardrails.library.factchecking.align_score.request.alignscore_request(
    api_url: str = 'http://localhost:5000/alig...,
    evidence: typing.Optional[list] = None,
    response: typing.Optional[str] = None
)
```

async

Checks the facts for the bot response by making a request to the AlignScore API.

```python
nemoguardrails.library.factchecking.align_score.request.log = logging.getLogger(__name__)
```