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
Examples4
CODE
Ready-to-use code snippets for common workflows
reference-to-image
1930s River Mailboat Photo Restoration$0.195~2m 55s
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"
}
]
}
}Response
{
"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
}reference-to-image
Atacama Observatory Sales Composite$0.195~2m 17s
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"
}
]
}
}Response
{
"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
}reference-to-image
Peregrine Release Campaign Hero$0.195~2m 4s
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"
}
]
}
}Response
{
"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
}reference-to-image
Volcanologist Expedition Report Hero$0.195~3m 33s
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"
}
]
}
}Response
{
"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
}