Skip to main content
GET
/
api
/
social-copy-jobs
/
{jobId}
cURL
curl --request GET \
  --url https://api.opus.pro/api/social-copy-jobs/{jobId} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "jobId": "96e3d68c-49ef-4c19-b3b6-595f9564537c",
    "status": "COMPLETED",
    "cached": false,
    "title": "My Daughter's 'Gift' at 3 AM",
    "description": "Thought I was losing my mind. Hear walking at 3 AM, check the house - everyone's asleep. Then I see it... my daughter's 'gift' moved. My wife has some explaining to do!",
    "hashtags": "#ParentingFails #CreepyKids #MomLife #FunnyParenting #WhatDidISignUpFor"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string
required

Unique ID of the social copy generation job

Response

200 - application/json

Successfully retrieved the social copy generation result

data
object
required