🚀 Add feature: Instagram and Facebook business posts conversion

This commit is contained in:
François Pelletier 2025-05-21 00:05:43 -04:00
parent 5ee50a0f0f
commit f9e5a6e013
8 changed files with 2357 additions and 33 deletions

View file

@ -28,4 +28,25 @@ Content-Type: application/json
"source_type": "wordpress",
"source_format": "xml",
"filename": "wordpress.xml"
}
### Convert Facebook Business Posts
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "facebook_business_posts",
"source_format": "json",
"filename": "facebook_business_posts.json"
}
### Convert Instagram Posts
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "instagram_posts",
"source_format": "json",
"filename": "instagram_posts.json"
}