# Instagram Caption Generator for Fitness

**Use case:** 

Write an Instagram caption for a fitness transformation post that motivates followers and celebrates real progress.

## Input

```json
{
  "topic": "Six month fitness transformation and staying consistent",
  "tone": "motivational",
  "emojiLevel": "light"
}
```

## Output

```json
{
  "topic": {
    "label": "Topic",
    "format": "text"
  },
  "tone": {
    "label": "Tone",
    "format": "text"
  },
  "emojiLevel": {
    "label": "Emoji level",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "caption": {
    "label": "Caption",
    "format": "text"
  },
  "hashtags": {
    "label": "Hashtags",
    "format": "array"
  },
  "altText": {
    "label": "Alt text",
    "format": "text"
  },
  "truncated": {
    "label": "Input truncated",
    "format": "text"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Instagram Caption & Hashtag Generator](https://apify.com/scrapers_lat/instagram-caption-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/instagram-caption-tool) to learn more, explore other use cases, and run it yourself.