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

Fixie corpora API

The corpora API from Fixie — 8 operation(s) for corpora.

Fixie corpora API is one of 14 APIs that Fixie publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Corpora. The published artifact set on APIs.io includes an OpenAPI specification, authentication docs, and an AsyncAPI specification.

This API exposes 16 operations across 8 paths, and defines 20 schemas. It is described by OpenAPI 3.0.3, at version 0.1.0.

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

16 operations 8 paths 20 schemas 2 DELETE6 GET2 PATCH4 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.1.0
Base URL
https://api.ultravox.ai/api
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Fixie corpora API declares 1 security scheme for authenticating requests. An API key is passed in the header as X-API-Key (apiKeyAuth).

  • apiKeyAuth — API key

Paths & Operations 16

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

corpora 16
GET
/api/corpora
corpora_list 2 params → 200
POST
/api/corpora
corpora_create body → 201
GET
/api/corpora/{corpus_id}
corpora_retrieve 1 param → 200
PUT
/api/corpora/{corpus_id}
corpora_update 1 param body → 200
PATCH
/api/corpora/{corpus_id}
corpora_partial_update 1 param body → 200
DELETE
/api/corpora/{corpus_id}
corpora_destroy 1 param → 204
POST
/api/corpora/{corpus_id}/query
corpora_query 1 param body → 200
GET
/api/corpora/{corpus_id}/sources
corpora_sources_list 3 params → 200
POST
/api/corpora/{corpus_id}/sources
corpora_sources_create 1 param body → 201
GET
/api/corpora/{corpus_id}/sources/{source_id}
corpora_sources_retrieve 2 params → 200
PUT
/api/corpora/{corpus_id}/sources/{source_id}
corpora_sources_update 2 params body → 200
PATCH
/api/corpora/{corpus_id}/sources/{source_id}
corpora_sources_partial_update 2 params body → 200
DELETE
/api/corpora/{corpus_id}/sources/{source_id}
corpora_sources_destroy 2 params → 204
GET
/api/corpora/{corpus_id}/sources/{source_id}/documents
corpora_sources_documents_list 4 params → 200
GET
/api/corpora/{corpus_id}/sources/{source_id}/documents/{document_id}
corpora_sources_documents_retrieve 3 params → 200
POST
/api/corpora/{corpus_id}/uploads
Request a presigned URL for uploading a document.
corpora_uploads_create 1 param body → 201

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are ultravox.v1.CorpusSource (10 properties), ultravox.v1.CorpusDocument (7 properties), ultravox.v1.CorpusDocumentMetadata (6 properties), ultravox.v1.CrawlSpec (5 properties). Each schema is shown below with its type and property counts.

Paginatedultravox.v1.CorpusSourceList
object
4 properties 1 required
ultravox.v1.QueryCorpusRequest
object
A request to query a corpus.
2 properties
ultravox.v1.SourceStats
object
The current stats for a source.
3 properties
ultravox.v1.AdvancedSpec
object
The specification of how to acquire documents for an advanced documents source.
1 property
ultravox.v1.Corpus
object
A queryable collection of documents. A corpus can be used to ground Ultravox with factual content for a particular domain.
5 properties
ultravox.v1.CrawlSpec
object
The specification of how to acquire documents for this source.
5 properties
ultravox.v1.UploadSpec
object
The specification of how to acquire documents for uploaded documents source.
1 property
ultravox.v1.CorpusSource
object
A source of documents for building a corpus. A source defines where documents are pulled from.
10 properties
ultravox.v1.AdvancedSpec_DocumentDetails
object
Details about a single document. The document will be treated as a single chunk and only the provided example queries will be embedded. On query, matching vect…
2 properties
Paginatedultravox.v1.CorpusList
object
4 properties 1 required
ultravox.v1.CorpusDocumentMetadata
object
Metadata about a document. This is typically not included in the document's chunks, but can be used for filtering or citations. Derived documents inherit metad…
6 properties
ultravox.v1.MimeTypeSet
object
A set of mime types. Entries may be a full mime type (e.g. "text/html") or a type without a subtype (e.g. "text"). Entries without a subtype will match all sub…
1 property
ultravox.v1.CorpusDocument
object
A single complete source of information included in a corpus. In the most straight-forward case, this could be an uploaded PDF or a single webpage. However, do…
7 properties
ultravox.v1.CorpusQueryResult_Citation
object
A citation for a query result.
4 properties
Paginatedultravox.v1.CorpusDocumentList
object
4 properties 1 required
CorpusUploadsRequest
object
2 properties 1 required
ultravox.v1.CorpusQueryResult
object
A single result from a corpus query (corresponding to a chunk).
3 properties
CorpusUploadsResponse
object
2 properties 2 required
ultravox.v1.MimeTypeFilter
object
A Filter to apply to mime types.
2 properties
ultravox.v1.CorpusStats
object
The current stats for a corpus. This gives an indication of whether the corpus is queryable and what sorts of results can be expected.
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

fixie-corpora-api-openapi.yml Raw ↑

Other APIs Fixie publishes across the network.

Fixie accounts API
Fixie agents API
Fixie api_keys API
Fixie call_throttles API
Fixie calls API
Fixie deleted_calls API
Fixie models API
Fixie schema API
Fixie sip API
Fixie telephony_configs API
Fixie tools API
Fixie voices API
Where this information came from

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