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

SingleFile orders API

Filing orders — create, place, update, and document-request driven order creation

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

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

This API exposes 8 operations across 3 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version v1.

Requests are made against a single base URL, https://api.demo.singlefile.ai/external-api/v1.

8 operations 3 paths 2 schemas 2 GET1 PATCH3 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1
Base URL
https://api.demo.singlefile.ai/external-api/v1
Authentication
OAuth 2.0
License
BSD License
Terms of Service
Resource Areas
1

Authentication & Security 1

SingleFile orders API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (OAuth2ClientCredentials) using the clientCredentials flow, exposing 2 scopes. By default, every request must be authenticated.

  • OAuth2ClientCredentials — OAuth 2.0 Client Credentials flow. Exchange clientid/clientsecret at the token endpoint for a 1-hour bearer token; send it as Authorization: Bearer .

Paths & Operations 8

Across 3 paths, the API surfaces 8 operations — 2 GET, 1 PATCH, 3 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

orders 8

Filing orders — create, place, update, and document-request driven order creation

POST
/orders
create_order body → 201
POST
/orders/document-requests/{request_id}
Create an order from the order document request.
create_order_from_document_request 1 param → 201
GET
/orders/document-requests/{request_id}
Get the order document request for user review.
get_order_document_request 1 param → 200
PUT
/orders/document-requests/{request_id}
Update the order document request with user-provided data.
update_order_document_request 1 param → 200
GET
/orders/{order_id}
get_order 1 param → 200
PATCH
/orders/{order_id}
orders_partial_update 1 param body → 200
POST
/orders/{order_id}
place_order 1 param body → 201
PUT
/orders/{order_id}
update_order 1 param body → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are OrderCreate (35 properties), OrderDetail (31 properties). Each schema is shown below with its type and property counts.

OrderCreate
object
35 properties 2 required
OrderDetail
object
31 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

singlefile-orders-api-openapi.yml Raw ↑

Other APIs SingleFile publishes across the network.

SingleFile documents API
SingleFile entities API
SingleFile jurisdictions API
SingleFile organizations API
SingleFile schemas API
SingleFile tasks API
Where this information came from

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