How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

DatabookAI REST API

REST API for integrating Databook's account intelligence into other applications. Eight operations across four groups: an insight catalog (66 catalogued analytical questions about a target company, each with a stable UUID), asynchronous batch jobs that run those insights over a CSV of target accounts and return results as an S3 file, a threaded chat endpoint, and a deep-reasoning endpoint that runs a named Databook agent and returns a response with citations and metadata. Authentication is a bearer token issued by Databook support plus databook-user-id and databook-tenant-id identity headers. Any single call is cut off at 180 seconds; longer work belongs on the batch endpoints. No webhooks, no pagination, no idempotency keys.

This API exposes 8 operations across 7 paths, organized into 4 resource areas, and defines 25 schemas. It is described by OpenAPI 3.1.0, at version 0.6.0.

Requests are made against a single base URL, https://api.databook.com.

8 operations 7 paths 25 schemas 5 GET3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.6.0
Base URL
https://api.databook.com
Authentication
HTTP Bearer
Resource Areas
4

Authentication & Security 1

DatabookAI REST API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (HTTPBearer).

Paths & Operations 8

Across 7 paths, the API surfaces 8 operations — 5 GET, 3 POST. They span 4 resource areas: batch - create, batch - query, chat, reasoning. Each is listed below with its method, path, parameters, and response codes.

batch - create 3
POST
/v1/batch/job
Create job
create_job_v1_batch_job_post 2 params body → 200400401404429500503
GET
/v1/batch/job/input-csv-template
Get input CSV template
get_job_input_csv_template_v1_batch_job_input_csv_template_get 2 params → 200400401404429500503
GET
/v1/insights
List insights
list_insights_v1_insights_get 2 params → 200400401404429500503
batch - query 3
GET
/v1/batch/job
List jobs
list_job_v1_batch_job_get 2 params → 200400401404429500503
GET
/v1/batch/job/{job_id}
Get job by id
get_job_by_id_v1_batch_job__job_id__get 3 params → 200400401404429500503
GET
/v1/batch/job/{job_id}/result
Get job result by id
get_job_result_by_id_v1_batch_job__job_id__result_get 3 params → 200400401404429500503
chat 1
POST
/v1/chat
Create a chat
chat_v1_chat_post 2 params body → 200400401404429500503
reasoning 1
POST
/v1/reasoning
Run deep reasoning
run_reasoning_v1_reasoning_post 2 params body → 200400401404429500503

Schemas 25

The contract defines 25 schemas that model the data the API accepts and returns. The most detailed are GetJobByIdResponse (6 properties), ValidationError (5 properties), ListInsightElement (5 properties), PostReasoningResponse (4 properties). Each schema is shown below with its type and property counts.

Body_create_job_v1_batch_job_post
object
1 property 1 required
ChatRequest
object
2 properties 1 required
ChatResponse
object
2 properties 2 required
ErrorResponseBodyErrorObjectInternalServer
object
3 properties 2 required
ErrorResponseBodyErrorObjectInvalidAuthentication
object
2 properties 2 required
ErrorResponseBodyErrorObjectInvalidRequest
object
2 properties 2 required
ErrorResponseBodyErrorObjectRateLimitReached
object
2 properties 2 required
ErrorResponseBodyErrorObjectRequestedResourceNotFound
object
2 properties 2 required
ErrorResponseBodyErrorObjectServerSideOverload
object
2 properties 2 required
ErrorResponseBodyInternalServer
object
1 property 1 required
ErrorResponseBodyInvalidAuthentication
object
1 property 1 required
ErrorResponseBodyInvalidRequest
object
1 property 1 required
ErrorResponseBodyRateLimitReached
object
1 property 1 required
ErrorResponseBodyRequestedResourceNotFound
object
1 property 1 required
ErrorResponseBodyServerSideOverload
object
1 property 1 required
GetJobByIdResponse
object
6 properties 3 required
GetJobInputCsvTemplateResponse
object
1 property 1 required
GetJobResultByIdResponse
object
2 properties 2 required
HTTPValidationError
object
1 property
ListInsightElement
object
5 properties 4 required
ListInsightResponse
object
1 property 1 required
ListJobResponse
object
1 property 1 required
PostReasoningRequest
object
2 properties 1 required
PostReasoningResponse
object
4 properties
ValidationError
object
5 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

databook-openapi-original.json Raw ↑
Where this information came from

This is an independent, third-party profile of DatabookAI REST API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.