For the complete documentation index, see llms.txt. This page is also available as Markdown.

Making Requests

All API requests must be made to the following endpoint:

https://api.skeddly.com/api/

All requests must use HTTPS.

Except for a few exceptions, all responses will return JSON data.

By default, some properties of some response models may be omitted from responses. This is for performance reasons. To include those properties, specify them in the request's include query parameter.

Last updated