Category: Deep Art API
Section: Endpoints (basics)
Contents
Purpose
Retrieve the list of available styles so you can choose one for image processing.
HTTP request
GET https://api.deeparteffects.com/v1/noauth/styles
Query parameters
(none)
Authentication
This endpoint is available under /noauth/ and does not require an API key.
Response format
A JSON array of style objects. Known fields include:
-
id— internal style identifier (use this asstyleIdwhen uploading) -
name— human‑readable style name
Example:
[
{ "id": "abstract_1", "name": "Abstract 1" },
{ "id": "van_gogh_2", "name": "Van Gogh 2" }
]
Example (cURL)
curl -X GET \ "https://api.deeparteffects.com/v1/noauth/styles"
Errors
- 5xx — temporary server issue. Retry after a short delay.
If you receive 401/403 on a
noauthURL, double‑check the path; thenoauthvariant should not require credentials.
Comments
0 comments
Please sign in to leave a comment.