SingleFile jurisdictions API
Entity jurisdictions and DBAs across US states
Entity jurisdictions and DBAs across US states
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/singlefile-jurisdictions-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
title: SingleFile External API Documentation documents Jurisdictions API
description: Formation and compliance documents
termsOfService: https://www.singlefile.io/
contact:
email: support@singlefile.io
license:
name: BSD License
version: v1
x-apievangelist-provenance:
method: searched
source: https://docs.singlefile.ai/ (ReadMe per-operation OpenAPI fragments merged; OAuth2 scheme added from the documented Authentication guide)
generated: '2026-07-21'
servers:
- url: https://api.demo.singlefile.ai/external-api/v1
security:
- OAuth2ClientCredentials:
- read
- write
tags:
- name: jurisdictions
description: Entity jurisdictions and DBAs across US states
paths:
/jurisdictions/{jurisdiction_id}/dbas:
parameters:
- name: jurisdiction_id
in: path
required: true
schema:
type: string
post:
operationId: jurisdictions_dbas_create
description: List, create, delete, or update DBAs for a jurisdiction (collection).
responses:
'201':
description: ''
tags:
- jurisdictions
delete:
operationId: jurisdictions_dbas_delete
description: List, create, delete, or update DBAs for a jurisdiction (collection).
responses:
'204':
description: ''
tags:
- jurisdictions
get:
operationId: jurisdictions_dbas_list
description: List, create, delete, or update DBAs for a jurisdiction (collection).
responses:
'200':
description: ''
tags:
- jurisdictions
patch:
operationId: jurisdictions_dbas_partial_update
description: List, create, delete, or update DBAs for a jurisdiction (collection).
responses:
'200':
description: ''
tags:
- jurisdictions
/jurisdictions/{jurisdiction_id}:
parameters:
- name: jurisdiction_id
in: path
required: true
schema:
type: string
patch:
operationId: jurisdictions_partial_update
description: ''
requestBody:
$ref: '#/components/requestBodies/JurisdictionUpdate'
responses:
'200':
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/JurisdictionUpdate'
tags:
- jurisdictions
get:
operationId: jurisdictions_read
description: ''
responses:
'200':
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/JurisdictionDetail'
tags:
- jurisdictions
put:
operationId: jurisdictions_update
description: ''
requestBody:
$ref: '#/components/requestBodies/JurisdictionUpdate'
responses:
'200':
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/JurisdictionUpdate'
tags:
- jurisdictions
components:
schemas:
JurisdictionUpdate:
type: object
properties:
state_file_number:
title: State file number
type:
- string
- 'null'
maxLength: 30
local_address:
$ref: '#/components/schemas/ExternalAddress'
registration_date:
title: Registration date
type:
- string
- 'null'
format: date
expiration_date:
title: Expiration date
type:
- string
- 'null'
format: date
JurisdictionDetail:
required:
- registration_type
- state_file_number
- status
- has_annual_report_subscription
- is_registered_agent
type: object
properties:
id:
title: Id
type:
- string
- 'null'
readOnly: true
name:
title: Jurisdiction
type:
- string
- 'null'
maxLength: 100
organization_id:
title: Organization id
type: string
readOnly: true
entity_id:
title: Entity id
type: string
readOnly: true
registration_type:
title: Registration type
type: string
minLength: 1
state_file_number:
title: State file number
type: string
minLength: 1
registration_date:
title: Registration date
type:
- string
- 'null'
format: date
expiration_date:
title: Expiration date
type:
- string
- 'null'
format: date
status:
title: Status
type: string
minLength: 1
has_annual_report_subscription:
title: Has annual report subscription
type: boolean
is_registered_agent:
title: Is registered agent
type: boolean
dbas:
title: Dbas
type: string
readOnly: true
local_address:
$ref: '#/components/schemas/ExternalAddress'
created_at:
title: Created at
type: string
format: date-time
updated_at:
title: Updated at
type: string
format: date-time
ExternalAddress:
type: object
properties:
id:
title: Id
type:
- string
- 'null'
readOnly: true
street_address:
title: Street address
type:
- string
- 'null'
maxLength: 200
city:
title: City
type:
- string
- 'null'
maxLength: 100
state:
title: State
type:
- string
- 'null'
maxLength: 100
postal_code:
title: Postal code
type:
- string
- 'null'
maxLength: 20
country:
title: Country
type:
- string
- 'null'
maxLength: 100
country_code:
title: Country code
type:
- string
- 'null'
maxLength: 10
country_area:
title: Country area
type:
- string
- 'null'
maxLength: 100
city_area:
title: City area
type:
- string
- 'null'
maxLength: 100
sorting_code:
title: Sorting code
type:
- string
- 'null'
maxLength: 100
securitySchemes:
OAuth2ClientCredentials:
type: oauth2
description: 'OAuth 2.0 Client Credentials flow. Exchange client_id/client_secret at the token endpoint for a 1-hour bearer token; send it as Authorization: Bearer <token>.'
flows:
clientCredentials:
tokenUrl: https://api.demo.singlefile.ai/o/token/
scopes:
read: Read access to entities, organizations, orders, documents, jurisdictions and tasks
write: Create and update entities, organizations, orders, documents and jurisdictions