Exactly Journey

Journey is a photographic style from Exactly AI that produces images with rich, cinematic tones evoking travel and exploration. It generates photos with warm golden-hour lighting, expansive compositions, and a sense of narrative depth, ideal for travel content, landscape photography, campaign visuals, and storytelling projects with an adventurous spirit.

API Reference
INTEGRATE
Complete technical specification for integration
RequestResponse
Examples6
CODE
Ready-to-use code snippets for common workflows
1930s River Mailboat Photo Restoration

import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@journey',
width: 1264,
height: 848,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/89554015-b33b-413d-b118-3600c63c94b0.jpg'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/89554015-b33b-413d-b118-3600c63c94b0.jpg"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "fee028d8-0da4-4430-8251-b33d13108b05",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/89554015-b33b-413d-b118-3600c63c94b0.jpg"
}
]
}
}
]'runware run exactly:photo@journey \
width=1264 \
height=848 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/89554015-b33b-413d-b118-3600c63c94b0.jpg{
"taskType": "imageInference",
"taskUUID": "fee028d8-0da4-4430-8251-b33d13108b05",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/89554015-b33b-413d-b118-3600c63c94b0.jpg"
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "fee028d8-0da4-4430-8251-b33d13108b05",
"imageUUID": "593b7a7c-3243-492b-9d36-2102b94aedc7",
"imageURL": "https://im.runware.ai/image/os/a01d21/ws/3/ii/593b7a7c-3243-492b-9d36-2102b94aedc7.jpg",
"seed": 375138612,
"cost": 0.195
}Atacama Observatory Sales Composite

import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@journey',
width: 1264,
height: 848,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/3b87eb4a-4e47-48f0-8672-936922cc6a8a.jpg'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/3b87eb4a-4e47-48f0-8672-936922cc6a8a.jpg"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "fc0c9579-1459-4577-9b1f-cff163133efd",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/3b87eb4a-4e47-48f0-8672-936922cc6a8a.jpg"
}
]
}
}
]'runware run exactly:photo@journey \
width=1264 \
height=848 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/3b87eb4a-4e47-48f0-8672-936922cc6a8a.jpg{
"taskType": "imageInference",
"taskUUID": "fc0c9579-1459-4577-9b1f-cff163133efd",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/3b87eb4a-4e47-48f0-8672-936922cc6a8a.jpg"
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "fc0c9579-1459-4577-9b1f-cff163133efd",
"imageUUID": "297e7cdc-a9ad-402b-8829-0b5778a040ff",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/3/ii/297e7cdc-a9ad-402b-8829-0b5778a040ff.jpg",
"seed": 1638912453,
"cost": 0.195
}Peregrine Release Campaign Hero

import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@journey',
width: 1264,
height: 848,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/bd4b93e4-a97a-4727-8aea-04bc24375ba6.jpg'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/bd4b93e4-a97a-4727-8aea-04bc24375ba6.jpg"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "6338ef30-be21-4dfc-ad30-c6a50aaadb14",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/bd4b93e4-a97a-4727-8aea-04bc24375ba6.jpg"
}
]
}
}
]'runware run exactly:photo@journey \
width=1264 \
height=848 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/bd4b93e4-a97a-4727-8aea-04bc24375ba6.jpg{
"taskType": "imageInference",
"taskUUID": "6338ef30-be21-4dfc-ad30-c6a50aaadb14",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/bd4b93e4-a97a-4727-8aea-04bc24375ba6.jpg"
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "6338ef30-be21-4dfc-ad30-c6a50aaadb14",
"imageUUID": "064c4351-d2d5-4dd6-b3d7-5dd855aadf87",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/064c4351-d2d5-4dd6-b3d7-5dd855aadf87.jpg",
"seed": 1877926903,
"cost": 0.195
}Volcanologist Expedition Report Hero

import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@journey',
width: 1264,
height: 848,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/16043deb-d6ba-4d7c-bd4f-f3c2016b6aa4.jpg'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/16043deb-d6ba-4d7c-bd4f-f3c2016b6aa4.jpg"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "7a838b9d-986a-409b-8483-d8599b378aba",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/16043deb-d6ba-4d7c-bd4f-f3c2016b6aa4.jpg"
}
]
}
}
]'runware run exactly:photo@journey \
width=1264 \
height=848 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/16043deb-d6ba-4d7c-bd4f-f3c2016b6aa4.jpg{
"taskType": "imageInference",
"taskUUID": "7a838b9d-986a-409b-8483-d8599b378aba",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/16043deb-d6ba-4d7c-bd4f-f3c2016b6aa4.jpg"
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "7a838b9d-986a-409b-8483-d8599b378aba",
"imageUUID": "7aebc01b-7c68-4728-9452-6cd5a64f0c49",
"imageURL": "https://im.runware.ai/image/os/a02d21/ws/3/ii/7aebc01b-7c68-4728-9452-6cd5a64f0c49.jpg",
"seed": 847726970,
"cost": 0.195
}Electric SUV Launch Billboard

import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@journey',
width: 2528,
height: 1696,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/28cabd8e-682b-43b0-8fe0-6af44cbf72d1.jpg'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "exactly:photo@journey",
"width": 2528,
"height": 1696,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/28cabd8e-682b-43b0-8fe0-6af44cbf72d1.jpg"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "b2f5040e-de94-42c7-86b1-7bffaeb319cc",
"model": "exactly:photo@journey",
"width": 2528,
"height": 1696,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/28cabd8e-682b-43b0-8fe0-6af44cbf72d1.jpg"
}
]
}
}
]'runware run exactly:photo@journey \
width=2528 \
height=1696 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/28cabd8e-682b-43b0-8fe0-6af44cbf72d1.jpg{
"taskType": "imageInference",
"taskUUID": "b2f5040e-de94-42c7-86b1-7bffaeb319cc",
"model": "exactly:photo@journey",
"width": 2528,
"height": 1696,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/28cabd8e-682b-43b0-8fe0-6af44cbf72d1.jpg"
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "b2f5040e-de94-42c7-86b1-7bffaeb319cc",
"imageUUID": "968ef01a-89f9-4a97-8165-9a31d42a830d",
"imageURL": "https://im.runware.ai/image/os/a07dlim3/ws/4/ii/968ef01a-89f9-4a97-8165-9a31d42a830d.jpg",
"seed": 1629874267,
"cost": 0.195
}Riparian Buffer Explainer Infographic

import { createClient } from '@runware/sdk'
const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()
const [result] = await client.run({
model: 'exactly:photo@journey',
width: 1264,
height: 848,
inputs: {
referenceImages: [
{
type: 'instruct',
image: 'https://assets.runware.ai/assets/inputs/f7eb3375-249e-4fac-b9a0-09b3b746a098.jpg'
}
]
}
})import asyncio
import os
from runware import Runware
async def main():
async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
results = await client.run({
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/f7eb3375-249e-4fac-b9a0-09b3b746a098.jpg"
}
]
}
})
asyncio.run(main())curl https://api.runware.ai/v1 \
-H "Authorization: Bearer $RUNWARE_API_KEY" \
-H "Content-Type: application/json" \
-d '[
{
"taskType": "imageInference",
"taskUUID": "649b7846-543d-4d91-abc4-d65df4bb54e5",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/f7eb3375-249e-4fac-b9a0-09b3b746a098.jpg"
}
]
}
}
]'runware run exactly:photo@journey \
width=1264 \
height=848 \
inputs.referenceImages.0.type=instruct \
inputs.referenceImages.0.image=https://assets.runware.ai/assets/inputs/f7eb3375-249e-4fac-b9a0-09b3b746a098.jpg{
"taskType": "imageInference",
"taskUUID": "649b7846-543d-4d91-abc4-d65df4bb54e5",
"model": "exactly:photo@journey",
"width": 1264,
"height": 848,
"inputs": {
"referenceImages": [
{
"type": "instruct",
"image": "https://assets.runware.ai/assets/inputs/f7eb3375-249e-4fac-b9a0-09b3b746a098.jpg"
}
]
}
}{
"taskType": "imageInference",
"taskUUID": "649b7846-543d-4d91-abc4-d65df4bb54e5",
"imageUUID": "1b8d1561-584d-4ca4-9e05-e4b5e29506d2",
"imageURL": "https://im.runware.ai/image/os/a10dlim3/ws/3/ii/1b8d1561-584d-4ca4-9e05-e4b5e29506d2.jpg",
"seed": 1253696732,
"cost": 0.195
}