Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://crxbase.com/api/{project_id}/credits \ --header 'Content-Type: application/json' \ --data '{ "credits": 123 }'
{ "success": true, "data": { "success": true, "credits_left": 123 } }
Use credits for a project
ID of the project
number of credits to use
Credits used successfully
Show child attributes