Check whether an artist has all the required files to run the content creation pipeline. Returns a structured report of each required and recommended file with its status. Required files must be present or the pipeline will fail. Recommended files improve output quality but are not strictly necessary. Provide artist_account_id as a query parameter.
Your Recoup API key. Learn more.
UUID of the artist account to validate. Use GET /api/artists to find artist account IDs.
"1873859c-dd37-4e9a-9bac-80d3558527a9"
Validation completed. Check the ready field to determine if the artist can run the pipeline.
Validation report for an artist's content creation readiness.
true if the artist has all required files and the pipeline can run. false if required files are missing.
true
UUID of the artist account that was validated
"1873859c-dd37-4e9a-9bac-80d3558527a9"
Number of songs found in the artist's songs/ directory
17
Available templates that can be used with this artist
[
"artist-caption-bedroom",
"artist-caption-outside",
"artist-caption-stage"
]Per-file validation results. Only present when ready is true.
List of missing files with severity and fix instructions. Only present when ready is false.