# Convert AI product launch tweets to Markdown

**Use case:** 

Convert public AI product launch tweets into Markdown. Get tweet IDs and clean md text for content research, summaries, and archives.

## Input

```json
{
  "tweetIds": [
    "2010751592346030461"
  ]
}
```

## Output

```json
{
  "tweet_id": {
    "label": "Tweet ID",
    "format": "text"
  },
  "md": {
    "label": "Markdown",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [X/Twitter Article Markdown API](https://apify.com/parsebird/x-twitter-article-markdown) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parsebird/x-twitter-article-markdown) to learn more, explore other use cases, and run it yourself.