Exporting your data
How to export your posts from Able
Currently, it is only possible to export your post data from Able. To export your posts from Able you can do the following:
Downloading your data
While logged in to your Able account:
from the Able homepage, click on your profile picture at the the top right.
select Settings
select Account from the settings side menu
under Account settings, click Download your data. You will only see this button if you have posts in your Able account
you will receive an email within 10 minutes with a link to download your data as a .zip file
Export contents
Once you've downloaded your able_export_username.zip file and unzipped it, it should look like this:
Images
There is an /images
directory which contains all images, referenced in your posts. Each folder in /images
has a name that corresponds to a post id
and that folder contains all of the images that belong to that post id
Posts
posts.json
contains the data for all of your posts. This is what that looks like:
Note that all image URLs inside posts.json are updated to point to the local image reference in the zip file. For example, any images in the post.json folder above will look like this:
Reporting issues
If you experience any issues with your data exports, please email hello@able.bio or raise an issue in our suggestion box on GitHub.
Last updated