Skroll API: Authoring

1 endpoint for working with authoring.

ALWAYS READ THIS FIRST: how to write a skroll

get/instructionsget_authoring_instructions

ALWAYS READ THIS FIRST. THIS IS ESSENTIAL. The brief to follow before writing or changing a skroll: the rules it has to meet, how the module is compiled, what it may import, what the engine already does, and how to deliver it. Do not call create_deck or set_deck_content until you have read it. Do not write from memory of what slides usually look like. It is the same brief Skroll's own designer runs on, and the difference between a skroll and a web page in a deck's clothing.

Example request

curl
curl -X GET https://skrollai.com/api/v1/instructions \
  -H "Authorization: Bearer sk_..."

Responses

200The authoring brief

Instructions

FieldTypeDescription
instructions*stringALWAYS READ THIS FIRST. The authoring brief, as plain text meant for a model rather than a reader. Essential: do not write a skroll until you have read it.
401Missing, malformed, unknown or revoked credentials
403The key's creator lacks access
422Input failed validation
429Rate limit exceeded. See the Retry-After header
500Unexpected server error