Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  1. Fotoware Alto
    • 11.14 Schreckhorn
    • Terminology
    • Solutions
    • User Guide - Deutsch
    • User Guide - English
    • API Changelog
  2. Fotoware Veloz
    • Managing users and groups
    • Configuring archives
    • Configuring workflows
    • Configuring site behavior
    • Navigating and searching to find your assets
    • Working with your assets
    • Editing asset metadata
    • Uploading files
    • Version Control in Fotoware
    • Albums - Creating and sharing collections
    • Placing assets in a CMS
    • Working with the Fotoware Pro interface
    • Using the Fotoware plugins
    • Consent management
    • User guide to FotoWeb for iPad (Legacy)
    • Picture conferencing with FotoWeb Screens (Legacy)
    • What's what in Fotoware
    • GDPR
    • Fotoware Veloz releases
    • Activity Exports
    • Fotoware Example Workflows
  3. Fotostation
    • Getting started with Fotostation
    • Viewing, selecting and sorting files
    • Managing your assets with archives
    • Adding metadata to assets
    • Searching for assets
    • Working with your assets
    • Version Control in Fotostation
    • Automating tasks with Actions
    • Configuring metadata fields and editors
    • Configuring Fotostation
    • Configuring Fotostation for multi-user environments
    • Troubleshooting Fotostation
  4. Fotoware Flow
    • What is Flow?
    • Getting started
    • Flow dictionary
  5. Fotoware On-Premises
    • Getting started
    • Index Manager
    • FotoWeb
    • Color Factory
    • Connect
    • Operations Center Guide
  6. Integrations and APIs
    • The Fotoware API
    • Creating integrations using embeddable widgets
    • Authorizing applications using OAuth
    • Auto-tagging
    • FotoWeb Drag and Drop export
    • Integration using webhooks
    • Optimizely and Episerver plugin documentation
    • User Interface Integrations
  7. Fotoware Mobile
    • User guide for Fotoware Mobile for iPhone and Android
    • User guide to FotoWeb for iPad (Legacy)
    • User guide to FotoWeb for iPhone and Android (Legacy)

Contact Us

If you still have questions or prefer to get help directly from an agent, please submit a request.
We’ll get back to you as soon as possible.

Please fill out the contact form below and we will reply as soon as possible.

  • Support

Table of Contents

What is Ingestion? Destinations Destination Lists What is a Destination? Configuring Destinations Ingesting Assets
  • Home
  • Integrations and APIs
  • The Fotoware API
  • Fotoware API Overview

Ingestion

11. April 2025

Elaine Foley

Table of Contents

What is Ingestion? Destinations Destination Lists What is a Destination? Configuring Destinations Ingesting Assets

What is Ingestion?

Ingestion is the process of adding assets to a FotoWeb archive through upload.

Destinations

To ingest assets, an application must specify a destination. This is typically a folder in an archive, but it can also be a different kind of collection, such as the user's upload area.

Destination Lists

The full API descriptor provides links to three collection lists in the following attributes:

1 upload_to: "/fotoweb/me/upload-to/",

Each of these links points to a collection list called a destination list. They contain all possible top-level upload destinations (typically archives and/or the upload area) as sub-collections. These can then be browsed hierarchically in the usual way to find suitable destinations.

The following example shows a request to get the top level of upload destinations:

GET /fotoweb/me/upload-to/
Accept: application/vnd.fotoware.collectionlist+json
200 OK
Content-Type: application/vnd.fotoware.collectionlist+json
{
 data: [ ... list of collections ... ],
 paging: null
}

The request to get all sub-collections of a collection is the same, except the request URL is replaced by the URL (given in the data attribute) of the collection whose sub-collections to get.

What is a Destination?

A suitable destination is a collection that allows assets to be added using a specific operation (move, copy, or upload).

Note that not all collections discovered through a destination list are destinations. However, by hierarchically browsing these destination lists, an application can find all destinations for the given operation. The following conditions must be checked, depending on the type of operation, to determine if a collection is a suitable destination:

For upload, there are special rules:

  • A collection is an upload destination if and only if thecanUploadToflag is set in the collection information.
  • Assets can be uploaded to new subfolders in a collection if, and only if, the canCreateFolders flag is set in the collection information.

For all operations, thecanIngestToChildrenflag determines whether sub-collections that are suitable destinations can exist. If this flag is not set, sub-collections need not be evaluated recursively to search for a destination because there are none. In this case, a user interface for choosing a destination should not display an "expand" button.

Configuring Destinations

This section explains which concrete collections are suitable destinations for ingestion and how to configure them. This is relevant for administrators. API clients can and should discover upload destinations as described in the previous sections.

  • An archive itself is a destination only if the archive has a custom ingestion folder
  • A folder in an archive is a destination only if it is a physical folder. A physical folder is one of the following:
    • A document folder of a regular index
    • A document folder of a union member
    • A subfolder of another physical folder
  • The user's upload area is a suitable destination only if it is enabled for the request user
  • In addition to the rules above, the request user must have permission to ingest to an archive.

If an archive has a custom ingestion folder, it is only possible to ingest to the archive itself, not to any folders in it. Therefore, the canIngestToChildren flag is false.

It is not possible to create folders in the upload area. Therefore, canCreateFolders is set to false.

Ingesting Assets

Once a destination has been found, the href attribute of the destination collection can be used to make upload requests. For more information, see Uploading assets using the API.

 
 

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Introduction to the API
  • Introduction to Representations and Media Types
  • Introduction to Collections
  • API Authentication for non-interactive clients
  • API entry points
eco-lighthouse-miljøfyrtårn

Company

  • About us
  • Resellers
  • Careers
  • Contact us

Help & support

  • Support center
  • Consultancy
  • Tech partners
  • Fotostation
  • System status

Trust Center

  • Legal
  • Security
  • Sustainability & ESG

Locations

Fotoware AS (HQ)
Tollbugata 35
0157 OSLO
Norway
FotoWare Switzerland AG
Industriestrasse 25
5033 Buchs (AG)
Switzerland

Copyright 2025 Fotoware All rights reserved.

  • Terms of service
  • Privacy policy
  • Cookie policy

Knowledge Base Software powered by Helpjuice

Expand