Skip to content

TACTIC API

The TACTIC API is for developers who are creating a new application and require robust backend services to perform specific tasks.

TACTIC API allows you to focus on building your app and not worry about building out the backend infrastructure of your app.

At TACTIC we know every app requires customized solutions. TACTIC offers a set of robust tools to provide:

  • DAM (Digital Asset Management) - Storage and organization of files
  • Workflow Engine
  • CRUD (Create, Read, Update, Delete) - Storage and retrieval of job data

Server tools for your App.

TACTIC API helps you build your apps quickly.

Focus on your interface, not on the server infrastructure.

TACTIC provides a backend framework with many of the needed components already built and ready to use.

You can quickly create interfaces using React, for example. It will provide a rich user experience. However, at some point the application will need to interact with a server for the following:

  • User management and authentication
  • Data storage, searching and retrieval
  • Storage of files (DAM)
  • Triggers and Workflows
  • Security management

DAM (Digital Asset management)

TACTIC provides functions for building applications that require a DAM component.

When files are uploaded to your App, where are they stored? How are they organized?

TACTIC is used for very large Asset Management projects. It comes with a full-featured Digital Asset Management System. It provides a very deep API to store and access files using a wide variety of check-in types.

Workflow Engine

TACTIC Workflow Engine takes a defined workflow and executes a series of tasks, ensuring that information is propagated correctly. Workflow is a set of processes that are followed to complete a job. Using TACTIC workflow engine as a backend, your application can focus on the UI to interact with the workflow defined in TACTIC Workflow Engine.

For more information about TACTIC Workflow Engine, please have a look at this documentation.

Platforms

The TACTIC server is ideal for connecting to your favorite application in:

  • Python Scripts
  • React
  • JavaScript