Introduction

Next
Phrasee Connect API2.1.0

Jacquard - Connect API

Connect is an API to give access to Jacquard services. 

Glossary

  • Account – the holder for a given company
  • Project – a collection of linked Jacquard experiments
  • Experiments – an individual split test containing generated language variants
  • User – users are granted access to a specified list of projects within Jacquard. Users can access any experiments that were created within the projects that they have access to
  • Dynamic Optimization - our multi-armed-bandit based continuous testing system

Access tokens

To access the Connect API you will need a valid bearer token passed in the Authorization header of your requests. There are 2 types of tokens: Access tokens come in 2 types, user and server. User tokens are generated automatically by a user logging into the Phrasee UI. Server access tokens are generated by Phrasee and provided to clients on an ad hoc basis. Phrasee provides a facility to generate access tokens these tokens are granted permissions to access specified projects within an account when accessing the API. There could either be a single token with access to the entire account EG for a centralised email ops team. Or multiple tokens with access to specific projects for de-centralised email ops teams. User access tokens can be refreshed in the Phrasee UI and will expire after 2 weeks. Server access tokens do not have an expiry setting.


Contact

 support@phrasee.co 

Servers

Production server

 https://connect.phrasee.co/v2 

Development and testing server

 https://connect-dev.phrasee.co/v2 

Realtime API

 http://realtime.phrasee.co 

Development Realtime API

 http://realtime-dev.phrasee.co