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

.txt batches API

Process large volumes of requests asynchronously.Batch processing is ideal when you:- Have many requests that don't need immediate responses- Want to process data in bulk (e.g., embeddings for a document corpus)- Are running offline evaluations or data pipelinesChoose your completion window: 1 hour or 24 hours. You can track progress, cancel in-flight batches, and retry failed requests.[Getting started with the Batch API →](https://docs.doubleword.ai/batches/getting-started-with-batched-api)

.txt batches API is one of 6 APIs that .txt publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Batches. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 9 operations across 7 paths, and defines 10 schemas. It is described by OpenAPI 3.2.0, at version 1.0.0.

Requests are made against a single base URL, https://api.dottxt.ai/v1.

9 operations 7 paths 10 schemas 1 DELETE4 GET4 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
1.0.0
Base URL
https://api.dottxt.ai/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

.txt batches API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (API Key) (BearerAuth).

  • BearerAuth — API key authentication. Include your key in the Authorization header: Authorization: Bearer YOURAPIKEY API keys can be created and managed in the dashboard.

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 1 DELETE, 4 GET, 4 POST. Each is listed below with its method, path, parameters, and response codes.

batches 9

Process large volumes of requests asynchronously. Batch processing is ideal when you: - Have many requests that don't need immediate responses - Want to process data in bulk (e.g.…

GET
/batches
List batches
list_batches 3 params → 200500
POST
/batches
Create batch
create_batch body → 201400404500
GET
/batches/{batch_id}
Retrieve batch
get_batch 1 param → 200404500
DELETE
/batches/{batch_id}
Delete batch
delete_batch 1 param → 204400404500
GET
/batches/{batch_id}/analytics
Get batch analytics
get_batch_analytics 1 param → 200404500
POST
/batches/{batch_id}/cancel
Cancel batch
cancel_batch 1 param → 200404500
GET
/batches/{batch_id}/results
Get batch results
get_batch_results 4 params → 200404500
POST
/batches/{batch_id}/retry
Retry failed requests
retry_failed_batch_requests 1 param → 200400404500
POST
/batches/{batch_id}/retry-requests
Retry specific requests
retry_specific_requests 1 param body → 200400404500

Schemas 10

The contract defines 10 schemas that model the data the API accepts and returns. The most detailed are BatchResponse (21 properties), BatchAnalytics (7 properties), BatchListResponse (5 properties), BatchError (4 properties). Each schema is shown below with its type and property counts.

CreateBatchRequest
object
Request body for creating a batch
4 properties 3 required
BatchAnalytics
object
Aggregated analytics metrics for batch requests
7 properties 4 required
ListObjectType
string
Object type for lists - always "list"
RequestCounts
object
Request counts for a batch
3 properties 3 required
BatchErrors
object
Batch-level errors
1 property 1 required
BatchError
object
Individual error in a batch
4 properties 1 required
BatchListResponse
object
Response for batch list
5 properties 3 required
BatchObjectType
string
Object type - always "batch"
RetryRequestsRequest
object
Request body for retrying specific requests
1 property 1 required
BatchResponse
object
Batch object response (OpenAI-compatible)
21 properties 8 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

txt-batches-api-openapi.yml Raw ↑

Other APIs .txt publishes across the network.

.txt chat API
.txt embeddings API
.txt files API
.txt models API
.txt responses-api API
Where this information came from

This is an independent, third-party profile of .txt batches 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.