🚀 Add feature: WordPress conversion

This commit is contained in:
François Pelletier 2025-05-19 18:46:59 -04:00
parent f3dec3b49a
commit 5ee50a0f0f
7 changed files with 67064 additions and 4 deletions

View file

@ -18,4 +18,14 @@ Content-Type: application/json
"source_type": "linkedin_shares",
"source_format": "csv",
"filename": "linkedin_shares.csv"
}
### Convert WordPress Posts
POST {{baseUrl}}/convert
Content-Type: application/json
{
"source_type": "wordpress",
"source_format": "xml",
"filename": "wordpress.xml"
}