curl -X POST \
  <BASE_URL>/extract-reels \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "usernamae": "contentify.app"
}'

{
    "reels": [
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/"
    ]
}

Body

Get a list of your Instagram reels to repost elsewhere.

your-username
string

What is your username?

Response

reels
array

List of your reels.

curl -X POST \
  <BASE_URL>/extract-reels \
  -H 'Content-Type: application/json' \
  -H 'X-API-Key: YOUR_API_KEY' \
  -d '{
    "usernamae": "contentify.app"
}'

{
    "reels": [
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/",
        "https://www.instagram.com/p/CTz3z3YJ9Zz/"
    ]
}