Skip to content

List available skill files

GET
/v1/files

Returns the available skill file templates. Each template can be downloaded via POST /v1/files/{slug} with an embedded API key.

Skill files let AI assistants (like Claude) use the Depicta API on your behalf. The downloaded file includes your API key so the assistant can authenticate without you pasting credentials.

OK

object
files

Available skill file templates.

array | null
object
description

Brief description.

string
formats

Supported output formats.

array | null
name

Human-readable name.

string
slug

URL-safe slug.

string
version

Template version.

string

Bad Request

object
details
error
string
message
string
request_id
string

Unauthorized

object
details
error
string
message
string
request_id
string

Payment Required

object
details
error
string
message
string
request_id
string

Forbidden

object
details
error
string
message
string
request_id
string

Not Found

object
details
error
string
message
string
request_id
string

Conflict

object
details
error
string
message
string
request_id
string

Unprocessable Entity

object
details
error
string
message
string
request_id
string

Too Many Requests

object
details
error
string
message
string
request_id
string

Unavailable For Legal Reasons

object
details
error
string
message
string
request_id
string

Internal Server Error

object
details
error
string
message
string
request_id
string

Bad Gateway

object
details
error
string
message
string
request_id
string

Service Unavailable

object
details
error
string
message
string
request_id
string