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.

  • Contact Us
  • Home
  • Customization & Styling

Upload Translations Manually

Learn how to manually upload translation tables per Flow via the Appcues API.

Written by Ricky Perez

Updated at July 2nd, 2024

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.

  • FAQs
  • Support
  • Installation & Developers
    Installing Appcues Web API & Data Extras Troubleshooting Installing Appcues Mobile
  • Web Experiences
    Studio Building Web Experiences Customization & Styling FAQ Targeting Troubleshooting Use Cases
  • Mobile Experiences
    Building Mobile Experiences Installation & Overview Troubleshooting Mobile Analytics & Integrations
  • Account Management
    Subscription Users & Data
  • Analytics
    Experience and Event Analytics Data
  • Best Practices
    Product-led Growth Pro Tips Best Practices Use Cases
  • Integrations
    Integration Documents Extras Use Cases
  • System Status
    System Status & Incidents
  • Workflows
    Use Cases Building & Configuration Workflow Analytics and Integrations
+ More

This article describes how to manually upload translation tables per flow via the Appcues API.

Get your auth token

  • Log into studio.appcues.com.
  • Open the JavaScript console (Cmd-Shift-J on Mac, Ctrl-Shift-J elsewhere).
  • Enter the following command and hit Return:
await window.apc_auth.getCurrentCustomToken()
  • The command will return a very long character string, enclosed in quotes. Copy the contents (not the quotes). This is your auth token. As an example:
ABC.123.XYZ

Get your account ID

You can find your account ID on the Account Settings page: https://studio.appcues.com/settings/account

We'll use 12345 as an example.

Get your flow ID

You can find the flow ID from the flow's URL in studio.appcues.com. We'll use https://studio.appcues.com/journeys/-L9876543210 as an example URL, making our flow ID -L9876543210.

Prepare your translations

We'll use the example filename translations.json. This API endpoint accepts uploads in either CSV and JSON format.

Upload files to the Appcues translation upload endpoint

Using all the example values mentioned previously, here is an example of an upload request, using the curl command-line HTTP client (installed by default on Mac, widely available):

curl -X POST -v \
     -F file=@translations.json \
     -H 'Authorization: Bearer ABC.123.XYZ' \
     https://customer-api-main.prod.us-west-2.aws.appcues.net/v1/accounts/12345/flows/-L9876543210/translations

On success, the API will return a 200 OK status code, also returning the uploaded and parsed translation in the response.

Was this article helpful?

Yes
No
Give feedback about this article

Related Articles

  • Appcues Installation Overview
  • HTTP API (Developer)
  • Manually Install the Builder Extension
  • Required Cookies, Local Storage, and Session Data
DON'T TAKE OUR WORD FOR IT

Start building with Appcues for free

Try before you buy
No credit card required
Support included
Start building for freeBook a demo
or take an interactive tour
Appcues logo

Product

In-app messaging
Email
Push notifications
Workflows
Data
How it works
Pricing
What's new

Use cases

Onboarding
Free-trial conversion
Feature adoption
Feedback
Support

Integrations

Why connect
All integrations
All workflows

Company

About
Careers
HIRING
Why Appcues
Teams
Customers

Support

Request a demo
Start free trial
Developer Docs
Help Center
Customer Success
Contact

Resources

Product Adoption Academy
Courses
Workshops
Templates
Examples
Made with Appcues
The Appcues Blog
PLG Collective
Product-led Experience Report
The Product Experience Playbook
The Product-Led Growth Flywheel
© 2025 Appcues. All rights reserved.
SecurityTerms of ServiceWebsite Terms of UsePrivacy PolicyCookie Preferences
Expand