Api Bible

Learn how to use Api Bible with Composio

Overview

Enum

API_BIBLE

Description

API.Bible allows developers to integrate Scripture content into their applications or websites for non-commercial purposes.

Authentication Details

api_key
stringRequired

Actions

Tool to retrieve a list of all books in the bible. use when you need a catalog of every biblical book.

Action Parameters

bibleId
stringRequired

Action Response

data
array
error
string
successful
boolean
Tool to retrieve details of a specific bible version by its id. use when you need full metadata after listing versions. example prompt: 'get metadata for bibleid de4e12af7f28f599-01'.

Action Parameters

bibleId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to retrieve detailed content for a single section by id. use after listing sections.

Action Parameters

bibleId
stringRequired
content-type
stringDefaults to html
include-chapter-numbers
boolean
include-notes
boolean
include-titles
booleanDefaults to True
include-verse-numbers
booleanDefaults to True
include-verse-spans
boolean
parallels
string
sectionId
stringRequired

Action Response

data
object
error
string
meta
object
successful
boolean
Tool to retrieve a list of sections for a specific book in a bible version. use after obtaining the bible and book ids to view sectional breakdown.

Action Parameters

bibleId
stringRequired
bookId
stringRequired

Action Response

data
array
error
string
successful
boolean
Tool to retrieve supported bible versions. use when you need to list all available bible translations.

Action Parameters

Action Response

data
object
error
string
successful
boolean
Tool to search for verses containing a specified query within a version.

Action Parameters

page
integer
q
stringRequired
take
integer
version
stringRequired

Action Response

data
error
string
meta
successful
boolean