NAiOS IconNAiOS Logo
Volver al catálogo

API.Bible

api_bible

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

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (6)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get All BooksAPI_BIBLE_GET_ALL_BOOKSAcción

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

Parámetros de entrada

  • bibleIdstringObligatorio

    Unique identifier of the Bible version to retrieve books from (e.g., 'de4e12af7f28f599-01')

Parámetros de salida

  • dataobject[]Obligatorio
  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Bible by IDAPI_BIBLE_GET_BIBLEAcción

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'.

Parámetros de entrada

  • bibleIdstringObligatorio

    Unique identifier of the Bible version to retrieve (e.g., 'de4e12af7f28f599-01')

Parámetros de salida

  • dataobjectObligatorio

    Schema for a specific Bible version.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SectionAPI_BIBLE_GET_SECTIONAcción

Tool to retrieve detailed content for a single section by id. use after listing sections.

Parámetros de entrada

  • bibleIdstringObligatorio

    ID of the Bible whose section is to be fetched.

  • parallelsstring

    Comma-separated list of Bible IDs for parallel content comparison.

  • sectionIdstringObligatorio

    ID of the section to retrieve.

  • content-typestringenum

    Format of section content: 'html' (default), 'json', or 'text'.

    htmljsontext
  • include-notesboolean

    Include footnotes in content.

  • include-titlesboolean

    Include section titles in content.

  • include-verse-spansboolean

    Include verse spans in content.

  • include-verse-numbersboolean

    Include verse numbers in content.

  • include-chapter-numbersboolean

    Include chapter numbers in content.

Parámetros de salida

  • dataobjectObligatorio

    The requested section details.

  • metaobjectObligatorio

    Embedding metadata for the section.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SectionsAPI_BIBLE_GET_SECTIONSAcción

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.

Parámetros de entrada

  • bookIdstringObligatorio

    The ID or abbreviation of the desired book (e.g., 'MAT').

  • bibleIdstringObligatorio

    The ID of the desired Bible version (e.g., '61fd76eafa1577c2-03').

Parámetros de salida

  • dataobject[]Obligatorio

    List of section metadata for the given book.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Supported Bible VersionsAPI_BIBLE_GET_SUPPORTED_VERSIONSAcción

Tool to retrieve supported bible versions. use when you need to list all available bible translations.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search VersesAPI_BIBLE_SEARCH_VERSESAcción

Tool to search for verses containing a specified query within a version.

Parámetros de entrada

  • qstringObligatorio

    Search query string to find verses containing this text.

  • pageinteger

    Page offset for results (positive integer).

  • takeinteger

    Number of results to return (positive integer).

  • versionstringObligatorio

    Bible version identifier to search within (e.g., 'nvi').

Parámetros de salida

  • dataanyObligatorio

    Search results and metadata.

  • metaanyObligatorio

    Metadata for the response.

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not