Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Writer Tools API API

The Tools API API from Writer — 2 operation(s) for tools api.

Writer Tools API API is one of 7 APIs that Writer publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 2 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

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

2 operations 2 paths 5 schemas 2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.writer.com/v1
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Writer Tools API API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — Bearer authentication header of the form Bearer , where is your [Writer API key](https://dev.writer.com/api-reference/api-keys).

Paths & Operations 2

Across 2 paths, the API surfaces 2 operations — 2 POST. Each is listed below with its method, path, parameters, and response codes.

Tools API 2
POST
/v1/tools/pdf-parser/{file_id}
Parse PDF
1 param body → 200
POST
/v1/tools/web-search
Web search
body → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are web_search_request (13 properties), web_search_response (3 properties), parse_pdf_request (1 property), parse_pdf_response (1 property). Each schema is shown below with its type and property counts.

parse_pdf_response
object
1 property 1 required
web_search_response
object
3 properties 2 required
pdf_conversion_format
string
The format into which the PDF content should be converted.
parse_pdf_request
object
1 property 1 required
web_search_request
object
13 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

writer-tools-api-api-openapi.yml Raw ↑

Other APIs Writer publishes across the network.

Writer File API API
Writer Generation API API
Writer KG API API
Writer template API
Writer Translation API
Writer Vision API