GET
/
v1
/
jobs
/
modify-options
curl --request GET \
  --url https://api.tryhamsa.com/v1/jobs/modify-options \
  --header 'Authorization: <api-key>'
{
  "success": false,
  "message": "success",
  "data": {
    "modifiedText": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Pass the API key in the Authorization header, You need to put Token keyword before the API key. e.g. 'Authorization: Token <api-key>'

Query Parameters

jobId
string
required
option
enum<string>
required
Available options:
longer,
shorter,
casual,
serious,
original
aiPart
enum<string>
required
Available options:
introduction,
titles,
summary,
webArticleSEOFriendly,
keyTopicsWithBullets,
keyTopicsWithBullets,
keywords,
threadsByInstagram,
faq,
facebookPost,
youtubeDescription,
twitterThread,
linkedInPost

Response

200
application/json
Successful response
success
boolean
default:false
message
string
default:success
data
object