Getting started

Get Access to API

Authentication

Making your first request

Guides

Generate Doc X-Ray

Generate Bank X-Ray

Generate Financial X-Ray

Generate ESG X-Ray

Generate Manager X-Ray

Concepts

Overview

Request

Reports

Medium

Doc X-Ray

Bank X-Ray

Financial X-Ray

ESG X-Ray

Manager X-Ray

Resources

API versioning

Webhooks

Uploading a media

Medium

To complete a request, you must upload required documents, called “medium” (plural: “media”).


<aside> 📚 For a complete list of fields, checkout the API Reference (Media API Reference)

</aside>

Here are the explanations of the most important fields:

Name

This is the name of the document from the following list:

Status

The status of a medium can be one of the following:

Name Description
draft The medium was created, but the file wasn’t uploaded yet.
online The file has been uploaded and is available to October.
pending_extraction The file content is being extracted by our tools.

Url

You can use the url field of the medium to retrieve the file.

Prepend the url with our CDN domain:

Example:

<https://cdn.october.eu/${medium.url}>
<https://cdn.october.eu/requests/5d16015c3dc18900699cb9d9/image-3f3db639bb445c3732d8e799d72f0912.jpg>

Meta - Name

The meta.name field is the original filename of the document.

Meta - Period & Date

For some type of documents, the medium will also have its meta.period and meta.date

For a certified_financial_statement medium, the period will be:

For a bank_statement medium, the period can be one of the following:

See Uploading a media for more informations on how to upload a medium to our platform.

← Previous

Concept: Reports

Next →

Concepts Doc X-Ray