Skip to content

RoboHead offers an API (Application Programming Interface) that allows clients to build middleware to connect RoboHead to other solutions. Using the API will allow you to access and update data stored in RoboHead through a REST programming interface.

Who can use the API?

The API can only be used by a programmer. Almost any programming language can be used with the API and code can be executed on any platform.

What does the API do?

It allows a programmer to write code that puts data in or gets data out of RoboHead. The programmer can write code that can retrieve, update, and create campaigns, projects, tasks, reviews, files, notes, etc. This code can run as a standalone application on a server the client has set-up. Or it can run as part of some other application owned or controlled by the client

What doesn’t the API do?

The API does NOT allow functionality to be added or changed in RoboHead and you cannot write any code that runs on the RoboHead server as part of the RoboHead application.

How do I learn more?

Click the button below to review our API documentation for the full list of available API calls and specific parameters for each request/response.