🚀 Add feature: Instagram and Facebook business posts conversion
This commit is contained in:
parent
5ee50a0f0f
commit
f9e5a6e013
8 changed files with 2357 additions and 33 deletions
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue