The json export is a very long one-liner which looks like this (short snippet):
Hobbyfotograf.","website":null,"location":"Berlin","facebook":"fniedernolte","twitter":"@MaluNoPeleke","accessibility":"{\"nightShift\":true,\"whatsNew\":{\"lastSeenDate\":\"2021-02-03T16:27:00.000+00:00\"},\"launchComplete\":true}","status":"active","locale":null,"visibility":"public","meta_title":null,"meta_description":null,"tour":"[\"getting-started\",\"using-the-editor\",\"featured-post\",\"upload-a-theme\"]","last_seen":"2021-03-23T13:25:41.000Z","created_at":"2019-03-30T23:35:55.000Z","updated_at":"2021-03-23T13:25:41.000Z"}],"webhooks":[]}}]}
The conversion to markdown gives me a folder with three sub-folders: page, post, tags.
Inside of that are more sub-folders:
/page
-/ux
-index.md
---
title: User Experience
slug: ux
date_published: 2019-04-28T07:09:15.000Z
date_updated: 2019-04-28T07:10:32.000Z
---
# User Experience
# User Experience
Test
---
Tags:
date_published: 2019-04-28T07:09:15.000Z
date_updated: 2019-04-28T07:10:32.000Z
/post
-/examplepost
-index.md
---
title: example post heading
slug: mosaik
date_published: 2016-01-14T08:05:33.000Z
date_updated: 2016-08-05T08:55:00.000Z
tags: example, post
feature_image: __GHOST_URL__/content/images/2016/08/once-upon-a-time.jpg
---
# example post heading
![](__GHOST_URL__/content/images/2016/08/once-upon-a-time.jpg)
# example post
> example
>
> post
2015
---
Tags: [example](../../tags/example.md), [post](../../tags/post.md),
date_published: 2016-01-14T08:05:33.000Z
date_updated: 2016-08-05T08:55:00.000Z
/tags
-ux.md
---
title: UX
slug: ux
---
# UX
Pages:
* [page/portfolio](../page/portfolio.md)
Additionally I have a folder “images” with folders per year and month (e.g. /images/2021/03/image.png) + another one called “size” (e.g. /images/size/w300/2021/03/image.png).
Now I am not sure how to transform that into the right format for the mentioned API calls.