Skip to main content
POST
/
api
/
indicators
/
curation-requests
Request promotion of a discovery series to curated library
curl --request POST \
  --url https://macrobymark.com/api/indicators/curation-requests \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "provider": "<string>",
  "seriesKey": "<string>",
  "reason": "<string>"
}
'
{
  "success": true,
  "preview": {},
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.macrobymark.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Body

application/json
provider
string
required
seriesKey
string
required
reason
string

Response

200 - application/json

Curation request result

success
boolean
preview
object
message
string