# API.Bible · `search_scripture`

Search scripture within one Bible version from API.Bible and preserve whether the result is verse-based or passage-based.

- **Service**: `api_bible`
- **Action**: `search_scripture`
- **Action id**: `api_bible.search_scripture`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "api_bible" --action "search_scripture"
```

## Run

```bash
oo connector run "api_bible" --action "search_scripture" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
