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

Parallel Web Systems Responses API

The Responses API is an OpenAI Responses-compatible endpoint that returns fully cited answers grounded in the live web, with structured output support and 5-60 second response times. Cost and latency are selected via a `reasoning.effort` tier (low, medium, high). It is the synchronous, latency-sensitive counterpart to the asynchronous Task API, intended for research subagents and in-product answers.

Parallel Web Systems Responses API is one of 8 APIs that Parallel Web Systems publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Responses API. The published artifact set on APIs.io includes an OpenAPI specification, rate-limit docs, an API reference, and a getting-started guide.

This API exposes 1 operation across 1 path, and defines 43 schemas. It is described by OpenAPI 3.1.0, at version 0.1.2.

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

1 operations 1 paths 43 schemas 1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
0.1.2
Base URL
https://api.parallel.ai
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Parallel Web Systems Responses API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

Paths & Operations 1

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

Responses API 1

An OpenAI-Responses-compatible interface for answers grounded in live web research, with URL citations. Point any Responses-API client — the OpenAI Python SDK, OpenAI TypeScript S…

POST
/v1/responses
Create Response
create_response_v1_responses_post body → 200422

Schemas 43

The contract defines 43 schemas that model the data the API accepts and returns. The most detailed are Response (33 properties), ResponseCreateRequest (9 properties), ResponseOutputTextAnnotationAddedEvent (7 properties), ResponseTextDoneEvent (7 properties). Each schema is shown below with its type and property counts.

AnnotationURLCitation
object
A citation for a web resource used to generate a model response.
5 properties 5 required
HTTPValidationError
object
1 property
IncompleteDetails
object
Details about why the response is incomplete.
1 property
InputTokensDetails
object
A detailed breakdown of the input tokens.
1 property 1 required
Moderation
object
Moderation results for the response input and output, if moderated completions were requested.
2 properties 2 required
ModerationInputError
object
An error produced while attempting moderation for the response input or output.
3 properties 3 required
ModerationInputModerationResult
object
A moderation result produced for the response input or output.
6 properties 6 required
ModerationOutputError
object
An error produced while attempting moderation for the response input or output.
3 properties 3 required
ModerationOutputModerationResult
object
A moderation result produced for the response input or output.
6 properties 6 required
OutputTokensDetails
object
A detailed breakdown of the output tokens.
1 property 1 required
Response
object
A response from the parallel model. A completed response contains a single assistant message whose text is annotated with URL citations grounding the answer.
33 properties 5 required
ResponseCompletedEvent
object
3 properties 3 required
ResponseContentPartAddedEvent
object
6 properties 6 required
ResponseContentPartDoneEvent
object
6 properties 6 required
ResponseCreateRequest
object
Request body for the Responses API (POST /v1/responses). OpenAI-Responses-compatible: point a standard OpenAI client at https://api.parallel.ai/v1 with your Pa…
9 properties 2 required
ResponseCreatedEvent
object
3 properties 3 required
ResponseError
object
Details of a failed response.
2 properties 2 required
ResponseFailedEvent
object
3 properties 3 required
ResponseFormatJSONObject
object
JSON object response format. An older method of generating JSON responses. Using jsonschema is recommended for models that support it. Note that the model will…
1 property 1 required
ResponseFormatText
object
Default response format. Used to generate text responses.
1 property 1 required
ResponseFormatTextJSONSchemaConfig
object
JSON Schema output format: the response's output text conforms to schema.
5 properties 3 required
ResponseInProgressEvent
object
3 properties 3 required
ResponseIncompleteEvent
object
3 properties 3 required
ResponseInputContentPart
object
A single content part of a message, e.g. {"text": "hi", "type": "inputtext"}. Only text parts are supported; requests containing image, audio, or file parts fa…
2 properties
ResponseInputMessage
object
A single input message for the Responses API. content accepts either a bare string ("hi") or the canonical OpenAI list-of-parts ([{"text": "hi", "type": "input…
2 properties 2 required
ResponseOutputItemAddedEvent
object
4 properties 4 required
ResponseOutputItemDoneEvent
object
4 properties 4 required
ResponseOutputMessage
object
An assistant message produced by the model.
6 properties 5 required
ResponseOutputText
object
A text content part of an output message. annotations carries the URL citations grounding the answer.
4 properties 3 required
ResponseOutputTextAnnotationAddedEvent
object
7 properties 7 required
ResponseReasoningConfig
object
Reasoning configuration (OpenAI-compatible subset).
1 property
ResponseStreamEvent
An event in the Responses API SSE stream; type identifies the event.
ResponseTextConfig
object
Text output configuration. By default the response is plain text; for structured output set format to {"type": "jsonschema", "name": ..., "schema": {...}}. The…
2 properties
ResponseTextDeltaEvent
object
Emitted when there is an additional text delta.
7 properties 7 required
ResponseTextDoneEvent
object
Emitted when text content is finalized.
7 properties 7 required
ResponseUsage
object
Estimated token usage, populated for OpenAI SDK compatibility. Counts are approximate; Parallel bills per request, not per token.
5 properties 5 required
ValidationError
object
3 properties 3 required
openai__types__responses__response_output_text__Logprob
object
The log probability of a token.
4 properties 4 required
openai__types__responses__response_output_text__LogprobTopLogprob
object
The top log probability of a token.
3 properties 3 required
openai__types__responses__response_text_delta_event__Logprob
object
A logprob is the logarithmic probability that the model assigns to producing a particular token at a given position in the sequence. Less-negative (higher) log…
3 properties 2 required
openai__types__responses__response_text_delta_event__LogprobTopLogprob
object
2 properties
openai__types__responses__response_text_done_event__Logprob
object
A logprob is the logarithmic probability that the model assigns to producing a particular token at a given position in the sequence. Less-negative (higher) log…
3 properties 2 required
openai__types__responses__response_text_done_event__LogprobTopLogprob
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

parallel-web-systems-responses-api-openapi.yml Raw ↑

Other APIs Parallel Web Systems publishes across the network.

Parallel Web Systems Chat API (Beta) API
Parallel Web Systems Extract API
Parallel Web Systems FindAll API
Parallel Web Systems Monitor API
Parallel Web Systems Search API
Parallel Web Systems Tasks API
Parallel Web Systems Memory API (Beta)
Where this information came from

This is an independent, third-party profile of Parallel Web Systems Responses 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.